/* Global styles */
html {
  overflow-y:scroll;
}

body {
  font-family: myriad-pro, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  word-wrap:break-word;
}
@media (max-width: 768px) {
  body {
    font-size: 17px;
    line-height: 1.5;
  }
}

main {
  max-width: 855px;
  margin: 0  auto;
  padding-bottom: 100px;
  /* background-color: #eee; */
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  main {
    max-width: 855px;
  }  
} 

@media only screen and (min-width: 1200px) {
  main {
    max-width: 855px;
  }  
} 

.contentContainer {
  padding-left : 150px;
  padding-right : 150px;
  padding-top: 100px;
}


a {
  color: deepskyblue;
  text-decoration: none;
}
article {
  margin: 0 auto;
  max-width: 650px;
}


ul {
  /* list-style-type: none; */
  margin: 0;
  padding: 0;
  /* list-style-position: inside; */
  padding-left: 20px;
}

h1 {
    font-size: 26px;
    font-weight: bold;
    margin-top: 50px;
}

@media (min-width: 768px) {
h1 {
  font-size: 46px;
  font-weight: bold;
  margin-top: 110px;
}
}

@media (max-width: 768px) {

  h3 {
    font-size: 21px;
    line-height: 1.3;
  }
  h5 {
    font-size: 13px;
    line-height: 1.3;    
  }    
  
}


p {
  margin-bottom: 20px;
}

.teaserimage {
  max-width: 1200px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

iframe{
  border: none;
  height: 1000px;
}

@media (max-width: 768px) {
  .embed-responsive {
    height: 400px;
}
}


.embed-responsive {
  position: relative;
  display: block;
  height: 1000px;
  padding: 0;
  overflow: hidden;
}


/* Footer styles *********************************************************************************************/




footer {
  margin: 0 auto;
  padding-top: 100px;
  padding-left: 30px;
  text-align: left;
  background-color: #0c9ce2;
  color: white;
  max-width: 1200px;
  min-height: 240px;
}





.footer-brand {
  padding: 15px 15px;
  font-size: 18px;   
}


.impressum_txt {
padding-right: 20px;
/* float: right; */
}

.containerFooter {
  padding-right: 120px;
  float: right;
  position: relative;
  height: 50px;
}

.containerFooter img {
  position:absolute;
  top:50%; /* Move the image down, so its top is half way down the container */
  margin-top:-16px; /* Move the image back up half its height */
}


@media (max-width: 768px) {
  footer {
    padding-top: 30px;
    padding-left: 5px;
    text-align: center;
  }

  .containerFooter {
    padding-right: 20px;
    position: relative;
    height: 50px;
    float: none;
    padding-top: 30px;
  }  

  .containerFooter img {
    position:absolute;
    top:50%; /* Move the image down, so its top is half way down the container */
    margin-top:20px; /* Move the image back up half its height */
  }  
}




/* Link Box und Button Box *********************************************************************************************/

.linkbox {
  background-color: #f3f3f3;
  padding: 10px;
  padding-left: 20px;
  border-radius: 5px;
  margin: 15px 0px;
}

.linkbox p {
  font-size: 15px;
  font-weight: 600;
}

.linkbox h2 {
  font-size: 19px;
  font-weight: 600;
  color: #009de0;
  margin-bottom: 0px;
}

.linkbox a {
  color: #000;
  text-decoration: underline;
}


.buttonbox h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}



.button_tri {
  border: none;
  padding: 15px 32px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  background-color: #f3f3f3;
  padding: 20px;
  padding-left: 20px;
  border-radius: 5px;
  margin: 15px 0px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #009de0;
  
}
.button_tri:hover{
  text-decoration: none;
  /* color: #009de0; */
}

.button_tri::after {
  content: ">";
  float: right;
  margin-right: 20px;
  font-size: 20px;
  color: black;
  font-weight: 300;
}




@media (max-width: 768px) {
  .impressum_txt {
    padding-right: 10px;
  }
}

.impressum_img {
  margin-left: 20px;
  }



footer a:any-link {
  color: white;
  text-decoration: none;
}

footer a:hover{
  text-decoration: none;
  color:white;
}

footer a:visited{
  text-decoration: none;
  color:white;
}


.DE_nav_item, .FR_nav_item {
  padding-left: 45px;
  padding-right: 0px;
}
