/* open-sans-regular - latin*/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+*/
    url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px; 
    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;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Tablet */
@media screen and (min-width: 800px) and (max-width: 1440px) {
    #responsive {
        max-width: none;
        width: var(--width-tablet);
    }

    body {
        margin: 0px; padding: 0px;
    }
}

/* Desktop */
@media screen and (min-width: 1441px) {
    #responsive {
        max-width: none;
        width: 100%;
    }

    body {
        margin: 0px;
    }
}

img{max-width: 100%; height: auto}

.stellen { width: 100%; background-color: #ececed; font-family:'Open Sans', Arial, sans-serif; ;
    color: #fff; margin: 0px }
main { max-width: 800px; background-color: #fff; font-family:'Open Sans', Arial, sans-serif; ;
    color: #009ee0; margin: 0 auto; padding: 0px 35px }
.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 .back-dunkelblau {width: 100%; background-color: #233f92; 
background-image: url(https://www.diejugendherbergen.de/cms/upload/landing/job/header-idar-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;}


h1 {font-size: 42px; font-weight: bold; color: #eb690b; margin-bottom: 8px}
.subh1 {font-size: 32px;  color: #eb690b}
.h35 {height: 35px}
.h25 {height: 25px}
.h10 {height: 10px}
.orange { color: #eb690b}
.fett {font-weight: bold}
.text24 {font-size: 24px; line-height: 32px}
.text42 {font-size: 42px; }
.text18 {font-size: 18px; line-height: 28px }
.text14 {font-size: 14px; line-height: 20px }


