﻿@font-face {
    font-family: 'Notobold';
    src: url('../fonts/NotoSansCondensed-Bold.woff2') format('woff2'),
        url('../fonts/NotoSansCondensed-Bold.woff') format('woff');
        font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Notolight';
    src: url('../fonts/NotoSansCondensed-Light.woff2') format('woff2'),
        url('../fonts/NotoSansCondensed-Light.woff') format('woff');
        font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Notoregular';
    src: url('../fonts/NotoSansCondensed-Regular.woff2') format('woff2'),
        url('../fonts/NotoSansCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'martellight';
    src: url('../fonts/martel-light-webfont.woff2') format('woff2'),
         url('../fonts/martel-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'martelregular';
    src: url('../fonts/martel-regular-webfont.woff2') format('woff2'),
         url('../fonts/martel-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'martelsemibold';
    src: url('../fonts/martel-semibold-webfont.woff2') format('woff2'),
         url('../fonts/martel-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    padding: 0;
    margin: 0;
    font-family: Notoregular, sans-serif;
    font-size: 1.1rem;
    background: #fff;
    color: #3C3C3C;
}
#mySidenav, #open{
    display: none;
}
@media (max-width:1000px){
#mySidenav{
    display: block;
}
.sidenav {
    width: 0;
    min-height: 100%;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.9);
    overflow-x: hidden;
    overflow-y:auto;
    display: block;
    padding-top: 60px;
    padding-bottom: 20px;
}
.sidenav h3{
    color: #fff;
    font-size: 1.2rem;

}

.sidenav .closebtn{
     position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0;
}


.sidenav ul.nav{
    margin: 0 0 0 5px;
    border: none;
}
.sidenav ul.nav{
  list-style: none;
  list-style-image: none;
  display: block;
  margin: 0 0 0 0;
  padding: 0;
}
.sidenav ul.nav li{
  display: block;
  float: none;
  text-align: center;

}

.sidenav ul.nav  a{
    color: #fff;
    margin: 8px 8px 8px 0;
    padding: 15px;
  border-left:none;
    font-size: 1rem;
    display: block;
    text-decoration: none;
    text-transform: none;
     border-bottom: 1px dotted #c3c3c3;
}
.sidenav ul.nav a.linkdown{
    display: none;
}

.sidenav ul.nav a:hover, .sidenav ul.nav > li.current > a,  .sidenav ul.nav > li.active > a, .sidenav ul.nav > li > ul > li.current > a {
  font-weight: bold;
  color: #fff;
}
.sidenav ul.nav > li > a:hover {
    font-weight: bold;
    color:#fff;
}
.sidenav ul.nav a:hover img{
    background-color: transparent;
}
a.closebtn:hover, a.closebtn:hover img{
    border: none;
}
#open{
    position: relative;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 9999;
     background:#fff;
    text-align: right;
    display: block;
}
#open span img{
   position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
#mobilediv::after{
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
}
header{
    padding-left: 40px;
    padding-right: 40px;
}
header::after{
content: '';
    display: table;
    height: 0;
    clear: both;
}

#logo{
   float: left;
   height: 100px;
  width: 177px;
}
 header nav.hauptnavigation{
  display: inline-block;
}
@media (max-width: 1000px) {
  header nav.hauptnavigation{
  display: none;
}
}

header nav.hauptnavigation li{
    position: relative;
}

header nav.hauptnavigation a{
    color: #3F3F3F;
    text-decoration: none;
    margin-right: 15px;
}
header nav.hauptnavigation .active a{
 font-family: 'Notobold';
}
header nav.hauptnavigation .small a{
 font-family: 'Notoregular';
}
header nav.hauptnavigation li li.active a{
     font-family: 'Notobold';
}

header nav.hauptnavigation ul{
 display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 100px;
    list-style: none;
    list-style-image: none;
    height: 100px;
}
header nav.hauptnavigation li ul{
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 3.5rem;
    left: -0.5rem;
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    padding-left: 0;
    transition: all 250ms linear;
-moz-transition: all 250ms linear;
-webkit-transition: all 250ms linear;
-o-transition: all 250ms linear;
}
header nav.hauptnavigation ul li:hover > ul{
    visibility: visible;
    top: 1.8rem;
    opacity: 1;

}
header nav.hauptnavigation ul li ul li a{
    display: block;
    background: #fff;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}
 header nav.hauptnavigation ul li ul li:last-child a{
     border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
 }
#rechterblock{
    text-align: right;
    float: right;
    height: 100px;
}
.loginnavigation{
    display: inline-block;
    float: left;
}
.loginnavigation ul{
  height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style-image: none;
}

header nav.loginnavigation a{
    color: #3F3F3F;
    margin-right: 15px;
    text-decoration: none;
}
header nav.loginnavigation .current a{
 font-family: 'Notobold';
}
#login{
    display: inline-block;
}

.mod-languages{
    display: flex;
    align-items: center;
    height: 100px;
}
.mod-languages img{
    width: 18px;
    height: 12px;
}

#slogan{
    background-image: url(../images/bg_header.jpg);
    background-repeat: repeat-x;
    border-bottom: 25px solid #0F4757;
    position: relative;
}
#slogan::after{
    content: '';
    display: table;
    height: 0;
    clear: both;
}

#sloganbild{
    display: inline-block;
    float: left;
    position: relative;
}
@media (max-width: 1000px)
{
 #sloganbild{
  float: none;
  display: block;
 }

}
#headline{
    display: inline-block;
    float: right;
    text-align: center;
    padding-right: 150px;
    background-image: url(../images/bg_wolke_rechts_header.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 538px;
    min-width: 382px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
@media (max-width: 1000px)
{
 #headline{
    display: block;
    float: none;
    text-align: center;
    padding-right: 0px;
    background-image: none;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    min-width: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

}

#headline p.slogan{
    font-family: martelsemibold,serif;
    line-height: 200%;
    color: #18265F;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 150px;
}
@media (max-width:1200px){
    #headline{
     padding-right: 10px;
    }
   #headline p.slogan{
     font-size: 1.2rem;
   }

  }

article{
    margin: 0 40px 0 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.teaserbilder{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    align-items: flex-start;
    padding: 2px;
}
.teaser{
    display: flex;
    flex-direction: column;
    background: #fafdff;
    width: 20%;
    box-sizing: border-box;
    border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0px 0px 0px 1px #cccccc;
-moz-box-shadow: 0px 0px 0px 1px #cccccc;
-webkit-box-shadow: 0px 0px 0px 1px #cccccc;
}
@media (max-width: 1000px){
 .teaserbilder{
    display: block;
    width: 100%;
    }
 .teaser{
   display: block;
   width: 100%;
 }

}

.teaser:hover{
    box-shadow: inset 0px 0px 3px 1px #cccccc;
-moz-box-shadow: inset 0px 0px 3px 1px #cccccc;
-webkit-box-shadow: inset 0px 0px 3px 1px #cccccc;
}

.teaser h3{
    text-align: center;
    background: #011D26;
    color: #E89E0E;
    font-size: 1.2rem;
    padding: 5px 0 5px 0;
    margin: 0;
    border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}
 .teaserbild{
     align-self: stretch;
 }

.text p,.buttonteaser p{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 0.9rem;
    line-height: 140%;
    color: #000;
}
.text{
   flex-grow: 1;

}
.buttonteaser{
    /*align-self: flex-end;*/
}
.buttonteaser a{
    font-family: Notobold;
}

footer{
    min-height: 273px;
    background-color: #225C6D;
    background-image: url(../images/bg_wolke_rechts_footer.jpg);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding:40px 150px 40px 150px;
}
@media (max-width: 1000px){
  footer{
    min-height: auto;
    background-color: #225C6D;
    background-image: url(../images/bg_wolke_rechts_footer.jpg);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}
}

footer.:after{
    content: '';
    display: table;
    height: 0;
    clear: both;
}

footer div.links{
display: inline-block;
float: left;
}
footer div.rechts{
display: inline-block;
float: right;
}
@media (max-width: 1000px){
    footer div.links{
display: block;
float: none;
}
footer div.rechts{
display: block;
float: none;
}
}

footer ul{
  display: flex;
  flex-direction: column;
  list-style-image: none;
}
footer ul li{
    padding: 0px 0 0px 0;
}

footer ul a,footer ul a:hover{
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 0.9rem;
}
footer nav a:hover, footer nav .current a{
  font-family: 'Notobold';
}
footer h3{
  font-family: 'martelsemibold';
  color: #fff;
  font-size: 1.2rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
 #top{
     border-top: 1px solid #F7FAFB;
     padding: 10px;
     text-align: center;
     background-color: #002D0E;
 }
 #top::before{
    content: '';
    display: table;
    height: 0;
    clear: both;
 }

/*------------------Formatierungen----------------*/
h1{
    font-family: martelsemibold,serif;
    font-weight: normal;
    color: #3C3C3C;
    font-size: 2rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h1 span{
    position: relative;
}

h1 span::before{
  content: '';
  position: absolute;
  height: 8px;
  width: 120px;
  background: #3C7484;
  left: -118px;
  bottom: -5px;
}
h1 span::after{
  content: '';
  position: absolute;
  height: 8px;
  width: 120px;
  background: #3C7484;
  right: -118px;
  bottom: -5px;
}
@media (max-width: 1000px){
  h1 span::before{
  content: '';
  position: absolute;
  height: 0px;
  width: 0px;
  background: none;
  left: 0px;
  bottom: 0px;
}
h1 span::after{
  content: '';
  position: absolute;
  height: 0px;
  width: 0px;
  background: none;
  right: 0px;
  bottom: 0px;
}
}

h2{
    font-family: martelsemibold,serif;
    font-weight: normal;
    color: #3C3C3C;
    font-size: 1.9rem;
   margin-top: 2rem;
    margin-bottom: 2rem;
}
h3{
   font-family: Notoregular;
    font-weight: normal;
    color: #3C3C3C;
    font-size: 1.9rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h4{
    font-family: Notoregular;
    font-weight: normal;
    color: #3C3C3C;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h5{
     font-family: Notoregular;
    font-weight: normal;
    color: #3C3C3C;
    font-size: 1.7rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
p{
    line-height: 160%;
}
strong{
 font-family: 'Notobold';
 font-weight: normal;
}

p.startseite{
    line-height: 200%;
}
a, a:hover{
    color: #E89E0E;
    text-decoration: none;
}
a.weiter, a.weiterlesen{
    display: inline-block;
    width: 290px;
    text-align: center;
    color: #000;
    font-family: Notoregular, sans-serif;
    text-decoration: none;
    font-size: 1.2rem;
    background: #E89E0E;
    padding: 5px 0 5px 0;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: inset 0px 0px 3px 1px #cccccc;
-moz-box-shadow: inset 0px 0px 3px 1px #cccccc;
-webkit-box-shadow: inset 0px 0px 3px 1px #cccccc;
 border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

}
@media (max-width: 1000px) {
  a.weiter{
      margin-bottom: 10px;
  }

}

a.weiter:hover, a.weiterlesen:hover{
    color: #fff;
}
a.weiterlesen{
    padding: 5px;
    width: auto;
    margin: 0;
    font-size: 0.9rem;
}

img{
    width: 100%;
    height: auto;
}
ul{
    list-style-image: url(../images/li.png);
}

.clear{

}

.clear::after{
content: '';
    display: table;
    height: 0;
    clear: both;
}
/*-------------Aupair---------*/
div.foto{
    width: 30%;
    float: left;
}
div.beschreibung{
    width: 60%;
    float: right;
}
@media (max-width: 1000px){
 div.foto{
    width: 100%;
    float: none;
}
div.beschreibung{
    width: 100%;
    float: none;
}
}

.aupair,.uebersicht{
 margin-bottom: 40px;
}
.aupair::after,.uebersicht::after{
  content: '';
    display: table;
    height: 0;
    clear: both;
}
.uebersicht{
    position: relative;
}

.aupair img,.uebersicht img{
    border-bottom: 10px solid #3C7484;
}
.div40left {
  width: 60%;
  float: left;
}
.div40right {
  width: 55%;
  float: right;
  margin-left: 45%;
  box-sizing: border-box;
  padding: 1rem;
  background: #fff;
  border: 1px solid #ccc;
  outline: solid 5px /*#dce2e6*/#fff;
  border-right: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  }
@media (max-width: 1000px){
  .div40left {
  width: 100%;
  float: none;
}
.div40right {
  width: 100%;
  float: none;
  margin-left: 0%;
  box-sizing: border-box;
  padding: 1rem;
  background: #fff;
  border: none;
  outline: none;
  outline-width: 0px;
  border-right: none;
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  }
  }

table{
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #d8d8d8;
     box-shadow: 0px 0px 4px 0px #d8d8d8;
-moz-box-shadow: 0px 0px 4px 0px #d8d8d8;
-webkit-box-shadow: 0px 0px 4px 0px #d8d8d8;
}
table td{
 vertical-align: top;
 padding: 0.5rem;
 border-collapse: collapse;
 border: 1px solid #d8d8d8;
}
tr:nth-child(odd) {
    background: #FAFAFA;
}
tr:nth-child(even) {
background: #ECECEC;
}
.com-content-category-blog__counter{
    display: none;
}
.btn-secondary{
    background: #E89E0E;
}
.active > .page-link{
  background: #E89E0E;
}

/*-----------Module---------*/
.mod-login__userdata,.registration, .login, .reset, .remind, .profile, .profile-edit{
     margin: 20px auto 20px auto;
     width: 1000px;
     max-width: 80%;
     background-color: #FDFDFD;
     padding: 1rem;
     border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0px 0px 0px 1px #cccccc;
-moz-box-shadow: 0px 0px 0px 1px #cccccc;
-webkit-box-shadow: 0px 0px 0px 1px #cccccc;
    }
.w-100, .validate{
    width: 30% !important;
    margin: 20px 0 20px 0;
}
.mod-login__userdata input{
    margin-bottom: 20px;
}
a.com-users-login__register{
    background: #E89E0E;
    color: #fff;
}
.com-users-profile__params{
    display: none;
}
#member-profile fieldset:nth-child(2),#member-profile fieldset:nth-child(3){
 display: none;
}
 /*----FAQ----------*/
span.jwts_toggleControlTitle{
    font-size: 1.2rem;
}

.jwts_toggleControlContainer{
    margin-bottom: 0.5rem;
}
.jwts_toggleControlNotice{
    display: none;
}
div.jwts_toggleControlContainer a.jwts_toggleControl{
    border-top: 1px solid #fff !important;
}
