

@font-face {
    font-family: 'Geogrotesque Cyr';
    src: url('../fonts/GeogrotesqueCyr-Regular.eot');
    src: url('../fonts/GeogrotesqueCyr-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeogrotesqueCyr-Regular.woff2') format('woff2'),
        url('../fonts/GeogrotesqueCyr-Regular.woff') format('woff'),
        url('../fonts/GeogrotesqueCyr-Regular.ttf') format('truetype'),
        url('../fonts/GeogrotesqueCyr-Regular.svg#GeogrotesqueCyr-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    -webkit-text-size-adjust: 100%;
    font-family: Geogrotesque Cyr, "Verdana", Helvetica, Arial;
   
}

body {
    margin: 0px;
    position: relative; 
}

#responsive {
    max-width: var(--width-mobil);
    /*
    Um mobil responsiv zu machen, braucht es hier und da noch etwas Arbeit. Testen mit:
    max-width: var(--width-tablet);
    */
    position: relative;
    margin: 0 auto;
}

/* Tablet */
@media screen and (min-width: 800px) and (max-width: 1440px) {
    #responsive {
        max-width: none;
        width: var(--width-tablet);
    }

    body {
        margin: 0px;
    }
}

/* Desktop */
@media screen and (min-width: 1441px) {
    #responsive {
        max-width: none;
        width: 100%;
    }

    body {
        margin: 0px;
    }
}

img{max-width: 100%; height: auto}

.landing { width: 100%; background-color: #dbb89f; font-family: Geogrotesque Cyr, "Verdana", Helvetica, Arial, "sans-serif";
    color: #fff; }
.landing .back-dunkel {width: 100%; background-color: #dbb89f;}
.landing .back-hell {width: 100%; background-color: #e9c37b;}
.landing .back-blau {width: 100%; background-color: #a5b7cf;}
.landing .back-schwarz {width: 100%; background-color: #010e14; 
background-image: url(https://www.diejugendherbergen.de/cms/upload/landing/job/header-xl.jpg); 
background-repeat: no-repeat; 
background-position: center top}
.landing .div-content {width: 1140px; margin-left: auto; margin-right: auto }
.landing .div-full {width: 1440px; margin-left: auto; margin-right: auto }
.img-fluid {max-width: 100%; height: auto;}
.landing a:link {text-decoration: none;}
.landing a:visited {text-decoration: none;}
.landing a:hover {text-decoration: underline;}
.landing a:active {text-decoration: underline;}
.landing .linkgrafik {margin-right: 80px;}
.landing .linkgrafik::after {
	content: '';
	position: absolute;
	width: 73px;
	height: 73px;
	background-image: url(https://www.diejugendherbergen.de/cms/upload/landing/landing-pfeil.png);
	overflow: hidden;
	margin-top: -1px;
	margin-left: 25px;
}
.landing h1 {
    font-size: 72px;
    color: #009ee0;
    line-height: 76px;
    padding-top: 60px;
    padding-bottom: 40px;
    margin: 0
}
.landing h2 {
    font-size: 52px;
    color: #fff;
    line-height: 56px;
    padding-top: 10px;
    padding-bottom: 25px;
    margin: 0
}

.landing .text-head {
    font-size: 42px;
    color: #fff;
    line-height: 54px;
}
.landing .subh2 {
    font-size: 48px; 
}
.landing .subtext {
    font-size: 28px;
    color: #fff;
    line-height: 30px
}
.landing .text {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
}

.landing a.weiss {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.landing a.weiss:hover {
    text-decoration: underline;
    color: #fff
}

.landing .orange {
    color: #eb690b;
}

.landing a.orange {
    color: #eb690b; text-decoration: none
}

.landing a.orange:hover {
    color: #eb690b; text-decoration: underline
}

.landing .desktop {
display: block
}

.landing .nonmobil {
display: block
}

.landing .fam-links {
    width: 560px; height: 677px;
   float: left;
}
.landing .fam-rechts {
    width: 560px;height: 677px;
   float: right;
}

.landing .fam-content {
    height: 677px;
}
.landing .fam-text {
    height: 402px;
}
.landing .textblau56 {
    font-size: 56px;
    color: #009ee0;
    line-height: 60px;
}
.landing .textblau55 {
    font-size: 55px;
    color: #eb690b;
    line-height: 60px;
}
.landing .foot-links {
float: left;
}
.landing .footerhight {
height: 400px; padding-top: 100px
}
.landing .foot-rechts {
    width: 435px;
   float: right;
}
.landing .text-foot {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.landing .text-foot-fett {
    font-size: 18px;
    color: #fff;
    line-height: 24px; font-weight: bold;
}
.landing .abstand80 {
height: 80px
}
.landing .abstand60 {
height: 60px
}
.landing .abstand40 {
height: 40px
}
.landing .abstand20 {
height: 20px
}

.landing .text39 {
font-size: 39px;
}

.landing .text57 {
font-size: 57px;
}
.landing .text60 {
font-size: 60px; 
}
.landing .text36 {
font-size: 36px;
}
.landing .text105 {
font-size: 105px; line-height: 100px
}
.landing .text30 {
font-size: 30px; line-height: 35px
}
.landing .text29 {
font-size: 29px;
}

.landing .gelb {
 color: #fec732;
}

.landing .divstellen {
width: 720px
}
.landing .abstandjob80 {
height: 80px
}
.landing .abstandjob60 {
height: 60px
}
.landing .abstandjob40 {
height: 40px
}

.landing .fett {
font-weight: bold
}


.landing ul {
  display: block; 
  list-style-type: disc; 
  padding-left: 40px; 
  margin: 1em -5px; 
color: #fec732; font-size: 48px; line-height: 65px
}

.landing li {
  display: list-item;
}

@media only screen and (min-width: 1020px) and (max-width: 1359px) {
.landing .back-schwarz {width: 100%; background-color: #010e14; 
background-image: url(https://www.diejugendherbergen.de/cms/upload/landing/job/header-l.jpg); 
background-repeat: no-repeat; 
background-position: center top}
.landing .div-content {width: 800px; margin-left: auto; margin-right: auto }
.landing .div-full {width: 1020px; margin-left: auto; margin-right: auto }
.landing .linkgrafik {margin-right: 55px;}
.landing .linkgrafik::after {
	content: '';
	position: absolute;
	width: 42px;
	height: 42px;
	background-image: url(https://www.diejugendherbergen.de/cms/upload/landing/landing-pfeil-m.png);
	overflow: hidden;
	margin-top: -1px;
	margin-left: 15px;
}
.landing h1 {
    font-size: 40px;
    color: #009ee0;
    line-height: 44px;
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0
}
.landing h2 {
    font-size: 28px;
    color: #fff;
    line-height: 32px;
    padding-top: 0px;
    padding-bottom: 15px;
    margin: 0
}
.landing .text-head {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}
.landing .subtext {
    font-size: 14px;
    line-height: 16px
}
.landing .subh2 {
    font-size: 34px; 
}
.landing .text {
    font-size: 24px;
    line-height: 28px;
}
.landing .desktop {
display: block
}
.landing .nonmobil {
display: block
}
.landing .fam-links {
    width: 393px; height: 475px;
   float: left;
}
.landing .fam-rechts {
    width: 393px;height: 475px;
   float: right;
}
.landing .fam-content {
    height: 475px;
}
.landing .fam-text {
    height: 280px;
}
.landing .textblau56 {
    font-size: 40px;
    color: #009ee0;
    line-height: 44px;
}
.landing .textblau55 {
    font-size: 38px;
    color: #eb690b;
    line-height: 44px;
}
.landing .text-foot {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.landing .footerhight {
height: 250px; padding-top: 60px
}

.landing .text-foot-fett {
    font-size: 14px;
    color: #fff;
    line-height: 20px; font-weight: bold;
} 
.landing .foot-links {
float: left;
}
.landing .foot-rechts {
    width: 300px;
   float: right;
}
.landing .abstand80 {
height: 60px
}
.landing .abstand40 {
height: 30px
}
.landing .abstand60 {
height: 50px
}
.landing .text39 {
font-size: 27px;
}
.landing .abstandjob40 {
height: 30px
}
.landing .abstandjob80 {
height: 20px
}
.landing .abstandjob60 {
height: 40px
}
.landing ul {
  display: block; 
  list-style-type: disc; 
  padding-left: 40px; 
  margin: 20px -5px; 
color: #fec732; font-size: 48px; line-height: 65px
}

}

@media only screen and (min-width: 760px) and (max-width: 1019px) {
.landing .back-schwarz {width: 100%; background-color: #010e14; 
background-image: url(https://www.diejugendherbergen.de/cms/upload/landing/job/header-m.jpg); 
background-repeat: no-repeat; 
background-position: center top}
.landing .div-content {width: 640px; margin-left: auto; margin-right: auto }
.landing .div-full {width: 800px; margin-left: auto; margin-right: auto }
.landing .linkgrafik {margin-right: 55px;}
.landing .linkgrafik::after {
	content: '';
	position: absolute;
	width: 42px;
	height: 42px;
	background-image: url(https://www.diejugendherbergen.de/cms/upload/landing/landing-pfeil-m.png);
	overflow: hidden;
	margin-top: -1px;
	margin-left: 15px;
}
.landing h1 {
    font-size: 40px;
    color: #009ee0;
    line-height: 44px;
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0
}
.landing h2 {
    font-size: 28px;
    color: #fff;
    line-height: 32px;
    padding-top: 0px;
    padding-bottom: 15px;
    margin: 0
}
.landing .text-head {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}
.landing .subtext {
    font-size: 14px;
    line-height: 16px
}
.landing .subh2 {
    font-size: 26px; 
}
.landing .text {
    font-size: 18px;
    line-height: 22px;
}
.landing .desktop {
display: none
}
.landing .nonmobil {
display: block
}
.landing .fam-links {
    width: 640px; height: auto;
   float: none;
}
.landing .fam-rechts {
    width: 640px;height: auto; float: none
}
.landing .fam-content {
    height: auto;
}
.landing .fam-text {
    height: auto;
}
.landing .textblau56 {
    font-size: 32px;
    color: #009ee0;
    line-height: 36px;
}
.landing .textblau55 {
    font-size: 30px;
    color: #eb690b;
    line-height: 36px;
}
.landing .text-foot {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.landing .footerhight {
height: 250px; padding-top: 60px
}

.landing .text-foot-fett {
    font-size: 14px;
    color: #fff;
    line-height: 20px; font-weight: bold;
} 
.landing .foot-links {
float: left;
}
.landing .foot-rechts {
    width: 200px;
   float: right;
}
.landing .abstand80 {
height: 60px
}
.landing .abstand40 {
height: 30px
}
.landing .abstand60 {
height: 50px
}
.landing .abstandjob60 {
height: 30px
}
.landing .abstandjob40 {
height: 30px
}
.landing .abstandjob80 {
height: 20px
}
.landing .text39 {
font-size: 21px;
}
.landing .text57 {
font-size: 40px;
}
.landing .text60 {
font-size: 43px; 
}
.landing .text36 {
font-size: 25px;
}
.landing .text105 {
font-size: 73px; line-height: 60px
}
.landing .text30 {
font-size: 20px; line-height: 24px
}
.landing .text29 {
font-size: 20px;
}
.landing .divstellen {
width: 490px
}
.landing ul {
  display: block; 
  list-style-type: disc; 
  padding-left: 40px; 
  margin: 20px -5px; 
color: #fec732; font-size: 35px; line-height: 45px
}


}

@media only screen and (max-width: 759px) {
.landing .back-schwarz {width: 100%; background-color: #010e14; 
background-image: url(https://www.diejugendherbergen.de/cms/upload/landing/job/header-s.jpg); 
background-repeat: no-repeat; 
background-position: center top}
.landing .div-content {width: 300px; margin-left: auto; margin-right: auto }
.landing .div-full {width: 320px; margin-left: auto; margin-right: auto }
.landing .linkgrafik {margin-right: 33px;}
.landing .linkgrafik::after {
	content: '';
	position: absolute;
	width: 27px;
	height: 27px;
	background-image: url(https://www.diejugendherbergen.de/cms/upload/landing/landing-pfeil-s.png);
	overflow: hidden;
	margin-top: -1px;
	margin-left: 8px;
}
.landing h1 {
    font-size: 22px;
    color: #009ee0;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 0
}
.landing h2 {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin: 0
}
.landing .text-head {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}
    .landing .subtext {
    font-size: 12px;
    color: #fff;
    line-height: 14px
}
.landing .subh2 {
    font-size: 18px; 
}
.landing .text {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}
.landing .desktop {
display: none
}
.landing .nonmobil {
display: none
}
.landing .fam-links {
    width: 300px; height: auto;
   float: none;
}
.landing .fam-rechts {
    width: 300px;height: auto;
   float: none;
}
.landing .fam-content {
    height: auto;
}
.landing .fam-text {
    height: auto;
}
.landing .textblau56 {
    font-size: 24px;
    color: #009ee0;
    line-height: 28px;
}

.landing .textblau55 {
    font-size: 24px;
    color: #eb690b;
    line-height: 28px;
}
.landing .footerhight {
height: 410px; padding-top: 30px
}
.landing .text-foot {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.landing .text-foot-fett {
    font-size: 14px;
    color: #fff;
    line-height: 20px; font-weight: bold;
} 
.landing .foot-links {
float: none;
}
.landing .foot-rechts {
    width: 300px;
   float: none;
}
.landing .abstand80 {
height: 30px
}
.landing .abstand40 {
height: 20px
}
.landing .abstand60 {
height: 40px
}
.landing .text39 {
font-size: 16px;
} 
.landing .text30 {
font-size: 18px; line-height: 20px
}
.landing .text57 {
font-size: 20px;
}
.landing .text36 {
font-size: 13px;
}
.landing .text105 {
font-size: 40px; line-height: 40px
}
.landing .text60 {
font-size: 24px; 
}
.landing .text29 {
font-size: 14px;
}
.landing .abstandjob60 {
height: 20px
}
.landing .abstandjob40 {
height: 120px
}
.landing .abstandjob80 {
height: 10px
}
.landing ul {
  display: block; 
  list-style-type: disc; 
  padding-left: 40px; 
  margin: 20px -5px; 
color: #fec732; font-size: 26px; line-height: 40px
}
    
    
    
.landing .divstellen {
width: 300px
}    
    
}






.landing .center {
   text-align: center;
}

.landing .galerie {
 height: 496px;  
}
.landing .galerielinks {
 height: 496px; width:480px;  float: left;
}
.landing .galeriemitte {
 height: 496px; width:464px; float: left; margin-left: 8px  
}
.landing .galerierechts {
 height: 496px; width:480px; float: right 
}
.landing .bildrechts {float: right; margin-bottom: 8px 
}
.landing .bildlinks {float: left; margin-bottom: 8px  
}







.landing .blau {color:#009ee0; }
.landing .blau a:link {color:#009ee0; text-decoration: none }
.landing a.blau:hover {color:#009ee0; text-decoration: underline }
.landing a.blau:visited {color:#009ee0; text-decoration: none }

.landing .h10 {height: 10px}
.landing .h20 {height: 20px}








@media only screen and (min-width: 681px) and (max-width: 1020px) {

}

@media only screen and (max-width: 680px) {

    
    
}