:root {
  --maincolor: #0065A6;
}

html,
body {
  min-height: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #222;
}
body {
  padding: 50px 0 80px 0;
  position: relative;
  background: #EEE;
}
body#home {
  padding: 0 0 80px 0;
}

h1 {
  font-size: 44px;
  color: var(--maincolor);
  color: var(--maincolor);
  margin: 30px 0;
  line-height: 54px;
  font-family: 'Baloo Thambi 2', sans-serif;
}
h2 {
  font-size: 32px;
  line-height: 40px;
  color: #377f9e;
  color: var(--maincolor);
  font-family: 'Baloo Thambi 2', sans-serif;
  margin: 0 0 20px 0;
}
h3 {
  font-size: 26px;
  color: #377f9e;
  color: var(--maincolor);
  margin: 10px 0 20px 0;
  font-family: 'Baloo Thambi 2', sans-serif;
}
h4 {
  font-size: 18px;
  color: #377f9e;
  color: var(--maincolor);
  margin: 10px 0 20px 0;
  font-family: 'Baloo Thambi 2', sans-serif;
}
h5 {
  font-size: 20px;
  color: #377f9e;
  color: var(--maincolor);
  margin: 5px 0 10px 0;
  font-family: 'Baloo Thambi 2', sans-serif;
}
p, li {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 820px) {
  h1 {
    font-size: 34px;
    margin: 20px 0 30px 0;
    line-height: 44px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 20px 0;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0 20px 0;
  }
  h4 {
    font-size: 16px;
    margin: 10px 0 20px 0;
  }
  h5 {
    font-size: 18px;
    margin: 5px 0 10px 0;
  }
  p, li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }
}
strong {
  font-weight: 700;
}
.center {
  text-align: center;
}

hr {
  margin: 40px 0;
  border: none;
  border-top: 2px solid #377f9e;
  border-top: 2px solid var(--maincolor);
}
.half hr {
  margin: 30px 0 30px 0;
  border: none;
  border-top: 2px solid #377f9e;
  border-top: 2px solid var(--maincolor);
}

hr.mobile {
  display: none;
}
@media screen and (max-width: 820px) {
  hr.mobile {
    display: block;
  }
}



main .logo.hidden {
  display: none !import;
}

main a {
  color: #377f9e;
  color: var(--maincolor);
}

main img {
  width: 100%;
  height: auto;
}


header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 40px;
}

header .inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

main {
  position: relative;
  padding: 50px 30px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 820px) {
  main {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 450px) {
  main {
    padding: 50px 15px;
  }
}
main ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 15px 0 15px 20px;
}
main ul li {
  margin: 3px 0;
}

.background-1,
.background-2 {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.background-1 {
  background: rgb(255,255,255);
  background: linear-gradient(150deg, rgba(255,255,255,1) 42%, rgba(0,187,255,0.43039222524947474) 100%);
  z-index: -3;
}
.background-2 {
  content: '';
  background: url('../images/hand2-opt.png');
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: contain;
  background-size: contain;
  z-index: -2;
  opacity: 0.15;
}

footer {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100vw;
  height: 40px;
  height: 64px;
  background-color: var(--maincolor);
  padding: 7px 20px;
  text-align: center;
  color: #FFF;
}
footer .small {
  font-size: 18px;
  line-height: 18px;
}

footer ul {
  text-align: center;
}
header ul li,
footer ul li {
  display: inline;
}
header ul li {
  display: inline;
  margin: 2px 6px 2px 6px;
  line-height: 35px;
}
footer ul li {
  display: inline;
  margin: 2px 5px;
}
footer ul a {
  color: #FFF;
  text-decoration: none;
  white-space: nowrap;
  font-size: 18px;
}
header ul a {
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  font-size: 18px;
}
header ul a {
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;

  text-shadow: 0px 0px 4px #FFFFFF;
}

#home header ul a {
  color: #FFF;
  color: #000;
  text-shadow: 0px 0px 4px #000000;
  text-shadow: 0px 0px 4px #FFFFFF;
}

header ul li:hover a,
header ul li.active a {
  text-decoration: underline;
}


footer ul li:hover a,
footer ul li.active a {
  color: #cdbd1f;
  color: #b7f5ff;
}



header nav {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 0 220px;
  background: rgba(255,255,255,0.7);
}

#home header nav {
  background: none;
}

header nav .logo.mobile {
  display: none;
}
header .showNav {
  display: none;
}
header .hand {
  display: none;
}

header .logoMobile {
  display: none;
}

@media screen and (max-width: 820px) {
  body {
    padding: 60px 0 0px 0;
  }
  header {
    height: 60px;
    background-color: var(--maincolor);
  }
  #home header nav {
    background-color: var(--maincolor);
  }
  header .logo {
    display: none;
  }
  header nav {
    display: none;
    padding: 0 0 0 0;
  }
  header .hand {
    display: block;
    width: 76px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  header .showNav {
    position: absolute;
    right: 30px;
    top: 6px;
    display: block;
    color: #FFF;
    font-size: 36px;
    cursor: pointer;
  }
  
  header nav.show {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #377f9e;
    background: var(--maincolor);
    max-width: 100%; 
  }
  header nav .logo.mobile {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header nav li {
    display: block;
    padding: 10px 10px 10px 20px;
    text-align: center;
    margin: 2px 0 2px 0;
  }
  header nav li.active {
    background: #FFF; 
  }
  
  header .logoMobile {
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    right: 0px;
    width: 220px;
    margin: 0 auto;
  }
  
  
  header nav a,
  #home header nav a {
    color: #FFF;
    text-shadow: none;
  }
  header nav .active a,
  #home header nav .active a {
    color: var(--maincolor) !important;
    text-shadow: none;
  }
  
  header nav li.active a {
    color:  var(--maincolor);
  }
  .logoTopWrapper {
    display: none;
  }
  
  main {
    min-height: calc(100vh - 155px);
  }
  
  footer {
    position: relative;
    bottom: auto;
  }
  
  #home .slider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 440px) {
  header .hand {
    width: 50px;
    top: 18px;
    left: 10px;
  }
  header .showNav {
    right: 20px;
  }
}
@media screen and (max-width: 380px) {
  header .logoMobile {
    top: 11px;
    width: 180px;
  }
}

@keyframes slide {
    100% { right: 0; }
}


main .logo {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}


.grid {
  margin-bottom: 40px;
}
.grid > div {
  float: left;
  width: calc(50% - 30px);
  width: 50%;
  padding-right: 30px;
  
}
.grid > div:nth-of-type(even) {
  float: right;
  width: calc(50% - 30px);
  width: 50%;
  padding-right: 0;
  padding-left: 30px;
}
.grid::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 820px) {
  .grid > div {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid > div:nth-of-type(even) {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}




/* Formulare */
form label {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

form label.datenschutz {
  width: 100%;
  padding: 0 0 0 30px;
  position: relative;
  margin: 10px 0 0 0;
}

input, select, textarea {
  width: 50%;
  border: 1px solid #377f9e;
  border: 1px solid var(--maincolor);
  background: transparent;
  padding: 5px;
  float: right;
}
input[type=submit] {
  float: right;
  color: #377f9e;
  color: var(--maincolor);
  font-weight: 700;
}
input[type=submit]:hover {
  background: #377f9e;
  background: var(--maincolor);
  color: #FFF;
}
.datenschutz input {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
}

form label::after {
  content: '';
  display: block;
  width: 100%;
  height: 15px;
}







 


.subnavi {
  width: 100%;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #FFF;
  display: none;
}
.subnavi a {
  color: #FFF;
}
@media screen and (max-width: 820px) {
  .subnavi {
    display: block;
  }
  .subnavi ~ hr {
    margin-top: 10px;
  }
}
.subnavi ul.show {
  display: block;
}

.subShow {
  width: 100%;
  background: #377f9e;
  background: var(--maincolor);
  display: block;
  padding: 3px 15px;
  position: relative;
  cursor: pointer;
}
.subShow::after {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 700;
  position: absolute;
  top: 5px;
  right: 10px;
  pointer-events: none;
}
.subShow.active::after {
  content: '\f077';
}


.subnavi ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px 0;
  display: none;
}
.subnavi ul li {
  padding: 2px 15px;
  background: #377f9e;
  background: var(--maincolor);
}
.subnavi ul li a {
  padding: 2px 0;
  display: block;
  text-decoration: none;
}


#sticky {
    
}
#sticky.stick {
  position:fixed;
  top: 60px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 450px) {
  #sticky.stick {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
}








.simpleRating {
  width: 260px;
  margin: 0 auto 30px auto;
  text-align: center;
}
.simpleRating .rating {
  position: relative;
  width: 260px;
  height: 70px;
}
.simpleRating .rating__best {
  background: url(/assets/components/simplerating/img/stars.png) no-repeat;
  width: 260px;
  height: 70px;
  position: absolute;
  background-size: 260px 420px;
}
.simpleRating .rating__current {
  background: url(/assets/components/simplerating/img/stars.png) 0 -70px no-repeat;
  height: 70px;
  width: 260px !important;
  position: absolute;
  background-size: 260px 420px;
}
.simpleRating .rating__star {
  width: 52px;
  height: 70px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.simpleRating .rating__star_1 {
  left: 0;
}
.simpleRating .rating__star_2 {
  left: 52px;
}
.simpleRating .rating__star_3 {
  left: 104px;
}
.simpleRating .rating__star_4 {
  left: 156px;
}
.simpleRating .rating__star_5 {
  left: 208px;
}
.simpleRating .text {
  font-size:16px;
  color: #999;
  padding-top: 3px;
  padding-bottom: 3px;
}



#home .slider .item div {
  max-height: 50vw;
  max-height: 56.25vw;
}
#home .slider img {
  height: 50vw;
  height: 56.25vw;
  object-fit: cover;
  object-position: center;
}


#home .slick-dots {
  display: none !important;
}






/* Navi 2025-11 */

header {
    background: #FFF;
    height: auto;
}
header .inner nav {
    position: relative;
    padding: 0;
    top: 0;
}
#home header .inner nav a,
header .inner nav a {
    color: var(--maincolor);
}

.logoTopWrapper {
    display: none;
}




/* Navi mobile */

@media screen and (max-width: 820px) {
    header {
        height: 60px;
        background-color: #FFF;
    }
    
    header a.mobile {
        color: var(--maincolor) !important;
    }
    header .showNav {
        color: var(--maincolor);
    }
    
    header .logoMobile2 {
        filter: invert(100%);
        display: none !important;
    }
    
    header nav {
        position: fixed !important;
        top: 60px !important;
        left: 0;
        right: 0;
        bottom: 0px;
    }
    #home header .inner nav a,
    header .inner nav a {
        color: #FFF;
    }
}









/* Startseite 2025-11 */
.slick-slider {
  top: 0px !important;
}
.bg-blue {
    background: var(--maincolor);
    color: #FFF !important;
}
.bg-blue * {
    color: #FFF !important;
}

body#home main {
    max-width: 100%;
    padding: 0;
    padding-bottom: 50px;
}

body#home main > div > div,
body#home main > div > img,
body#home main > div > a,
body#home main > div > a > img {
    max-width: 1280px;
    margin: 0 auto;
    display: block;
}

body#home main > div > div.cols4 {
  display: flex;
}

body#home main > div > div.full {
    max-width: 100%;
    min-height: 280px;
    margin: 0 auto 30px auto !important;
    padding: 30px 320px 0 0 !important;
    position: relative;
}
body#home main > div > div.full > * {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
}

@media screen and (max-width: 820px) {
    body#home main > div > div.full {
        padding: 20px 320px 40px 0 !important;
    }
}

body#home main > div > div.full:after {
    content: "";
    display: block;
    clear: both;
}

body#home main > div > div.full img.desktop {
    max-width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    float: none !important;
}
body#home main > div > div.full img.mobile {
    display: none;
}


body#home main > div > div.full:before {
    content: "Carina & Thomas Effing";
    color: #FFF;
    font-size: 14px;
    position: absolute;
    bottom: 4px;
    right: 300px;
}


@media screen and (max-width: 600px) {
    body#home main > div > div.full:before {
        content: "";
        display: none;
    }
}



@media screen and (max-width: 600px) {
    body#home main > div > div.full {
        padding: 20px 20px 190px 0 !important;
    }
    body#home main > div > div.full img.desktop {
        display: none;
    }
    body#home main > div > div.full img.mobile {
        display: block;
        max-width: 400px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media screen and (max-width: 450px) {
    body#home main > div > div.full {
        padding: 20px 20px 190px 0 !important;
    }
}














@media screen and (max-width: 440px) {
    footer {
        position: relative;
        height: 70px;
    }
    footer nav {
        position: initial !important;
        width: auto !important;
    }
    footer nav div {
        right: 8px !important;
        bottom: 5px;
        top: auto !important;
    }
    footer nav div a i {
        font-size: 26px;
    }
}