@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');
 
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  font-family: 'Nunito', serif;
  background-color: #c5c8cc;
} 

ul {
  margin: 0px!important;
  padding: 0px !important;
}

.row {
  display: flex;
  margin: 0px !important;
  padding: 0px !important;
}

.container-fluid {
  width: 60% !important;
}

.col-md-12 {
  padding: 0px !important;
}

.col-md-6 {
  padding-left: 0px !important;
}
.col-md-8 {
  padding-left: 0px !important;
}
.col-md-4 {
  padding-left: 0px !important;
}

.col-md-3 {
  padding-left: 0px !important;
}

.header {
  overflow: hidden;
  padding: 20px 10px;
}

h1 {
  margin-top: 50px;
  font-family: 'Nunito', sans-serif;
  color: #02245a;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 35px;
  line-height: 30px;
  text-align: center;
}

h2 {
  font-family: 'Nunito', serif;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 30px;
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}

h3 {
  font-family: 'Nunito', serif;
  color: #2b3a42;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 30px;
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}

p {
font-size: 20px;
line-height: 30px;
font-family: 'Nunito', sans-serif;
margin-top: 50px;
}



img.logo {
  width: 500px;
  height: auto;
  transition: all 0.2s ease;
}

.icon {
text-align: center;
}

.text-center {
  text-align: center;
}


section#intro #slogan {
	text-align: center;
	position: absolute;
	height: auto;
	top: 300px;
	left:0;
	right:0;
	margin:0 auto;
	transition: all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	z-index:1;
	
}

section#intro #slogan h1 {
	text-align: center;
	font-weight: 700;
	line-height: 1.2em;
	color: #fff;
	letter-spacing: 1px;
	font-size:35px;
	margin:0;
}

section#intro #slogan h2 {
	margin:0;
	
}


.button-cta {
	display: inline-block;
	background-color: #FFC700;
	padding-top: 13px;
  padding-left: 20px;
  padding-right: 13px;
  padding-bottom: 13px;
	border-radius: 30px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	vertical-align: middle;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button-cta:hover {
	background-image: linear-gradient(125deg,#c1c3ce,#fd687d);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button-cta a {
  color: #ffffff !important;
}

.button-cta a:hover {
  color: #ffffff !important;
  font-weight: 300;
}

h1 a {
  color: white;
text-decoration: none;
}

h1 a:hover {
	color: #ffcd09;
	text-decoration: none;
  font-weight: 700;
}


strong {
  font-family: 'Nunito', serif;
  font-weight: 700;
}

.box {
background-color: white;
padding-top: 24px;
padding-bottom: 24px;
padding-left: 32px;
padding-right: 32px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
border-radius: 8px;
margin-bottom: 20px;
height: 650px;
vertical-align: middle;
  }
  
  .map {
  height: 325px;
  }
  
  .box-grow {
background-color: white;
padding-top: 24px;
padding-bottom: 24px;
padding-left: 32px;
padding-right: 32px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
border-radius: 8px;
margin-bottom: 20px;
height: auto;
vertical-align: middle;
  }
  
   .box-map {
background-color: white;
padding-top: 24px;
padding-bottom: 24px;
padding-left: 32px;
padding-right: 32px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
border-radius: 8px;
margin-bottom: 20px;
height: 746.63px;
vertical-align: middle;
  }
  
     .box-service {
background-color: white;
padding-top: 24px;
padding-bottom: 24px;
padding-left: 32px;
padding-right: 32px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
border-radius: 8px;
margin-bottom: 20px;
height: 860.64px;
vertical-align: middle;
  }

.box h2 {
text-align: center;
padding-top: 0px;
margin-bottom: 0px;
color: #ffcd09;
}

.box-grow h2 {
text-align: center;
padding-top: 0px;
margin-bottom: 0px;
color: #ffcd09;
}

.box-service h2 {
text-align: center;
padding-top: 0px;
margin-bottom: 0px;
color: #ffcd09;
}

.box-map h2 {
text-align: center;
padding-top: 0px;
margin-bottom: 0px;
color: #ffcd09;
}

.box p {
text-align: center;
font-size: 18px;
}

.box li {
font-size: 17px;
line-height: 30px;
font-family: 'Nunito', sans-serif;
}

.textblock {
display: grid;
justify-content: center;
align-items: center;
vertical-align: middle;
}

p a {
  color: black;
text-decoration: none;
}

p small {
font-size: 25px;
} 

p a:hover {
text-decoration: none;
color: #ffcd09;
}

/*Cookie info*/

.cc_banner
{
background:#02245a !important;
}

.cc_btn {
background: #FFC700  !important;
border-radius:0 !important;
/* border: 2px solid #fff !important; */
font-family:'Nunito', sans-serif;
color: #000 !important;
font-size: 14px !important;
margin-bottom: 5px;
/*-webkit-transform: skew(-8deg)!important;
-moz-transform: skew(-8deg)!important;
-o-transform: skew(-8deg)!important;
transform: skew(-8deg)!important; */
}

a.cc_more_info
{
color: #fff !important;
text-decoration:underline !important;
}

.cc_container {
  background: #222222 !important;

}

.cc_container a, .cc_container a:visited {
    text-decoration: none;
    color: #ffffff !important;
    transition: 200ms color;
}

p.cc_message {
    color: #fff;
}


.table { 
      display: table; 
      border-collapse:collapse; 
      width: 100%;
    }
.tr { 
      display:table-row; 
    }
.td { 
      display:table-cell; 
      border-bottom: 1px solid #ccc;
      padding-bottom: 0px; 
    }
/*end Cookie*/

.header-bottom {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 2;
}

.header .header-bottom {
    bottom: 50px;
    left: auto;
    position: absolute;
    right: auto;
    width: 100%;
  }



.telefon {
  list-style: none;
  padding: 0;

}

.telefon__icon {
  display: inline-block;
}

.telefon__link {
  display: block;
  height: 50px;
  width: 50px;
  background-color: #ffcd09;
  border-radius: 50%;
  line-height: 55px;
  font-size: 21px;
  text-align: center;
  transition: 0.4s ease-out;
  cursor: pointer;
  }




.icon-tel {
    display: inline-block;
    height: 1em;
    width: 1em;
    line-height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../css/images/Telefon.png)
}



/* ------------ Menu --------------- */ 

.header {
  overflow: hidden;
  padding: 20px 10px;
}



.nav a:hover {
  color: #303030;
}

.nav a {
  text-decoration: none;
  color: #000;
}

  
.main-nav {
	height: auto;
	text-align: center;
	width: 100%; /* Set the width of the sidebar */
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
	z-index: 999; /* Stay on top */
	top: 0; /* Stay at the top */
	left: 0;
	background-color: #ffffff; /* White */
	padding-top: 0px;
	box-shadow: 0px 10px 6px -5px rgba(0, 0, 0, .3);
	padding-left: 0px !important;  
}

.nav li {
  padding: 0; 
  list-style: none; 
  display: inherit;
  text-align: left;
}

.nav {
  margin-top: 10px;
}

.nav li {
  font-family: 'Nunito', serif;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.5px;
  display: inline-block;
  padding-top: 30px; 
  padding-left: 20px; */
  position: relative;
}

/* ------------ Menu ENDE --------------- */ 

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

.tel {
width: 30px;
margin-right: 16px;
}

/* ------------ HAMBURGER-MENU --------------- */ 



.float-right {
  float: right;
}

.fixed-width {
float: left;
width: auto;
margin: 0 auto;
}

.show-xs {
  display: none;
}

#toggle-mobile-nav {
  width: 40px;
  height: 38px;
  padding-top: 15px;
  position: absolute;
  right: 35px;
  top: 10px;
}

#toggle-mobile-nav .bar {
  height: 4px;
  width: 50px;
  margin: 6px;
  background: #2B3A42;
  transition: 0.3s all ease;
}

body.visible-nav #toggle-mobile-nav .bar {
  margin: 0 2em 0 0;
}

body.visible-nav #toggle-mobile-nav .bar:nth-child(1) {
  transform: rotate(135deg) translate(11px, -11px);
  height: 4px;
}
body.visible-nav #toggle-mobile-nav .bar:nth-child(2) {
  width: 0;
  margin-top: -2px;
  transform: translateX(50px) translateY(-80px);
}
body.visible-nav #toggle-mobile-nav .bar:nth-child(3) {
  width: 0;
  margin-top: -2px;
  transform: translateX(20px) translateY(80px);
}
body.visible-nav #toggle-mobile-nav .bar:nth-child(4) {
  transform: rotate(-135deg) translate(-11px, -11px);
  height: 4px;
  margin-top: -7px;
}


/* ------------ ENDE HAMBURGER-MENU --------------- */ 

/* --------------- Kontaktformular --------------- */

.field {
  margin-top: 30px;
  padding-top: 26px;
  position: relative;
  border-radius: 10px;
  width: 100%;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

select {
  height: 50px;
}

textarea {
  background-color: #f6f7f8;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  padding: 14px 18px;
  width: 100%;
  height: 358px;
  display: flex;
  text-align: left;
}


label {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  font-size: 18px;
}

select {
  background-color: #fff;
  border: none;
  font-size: 16px;
  padding: 14px 18px;
  width: 100%;
}

input.wpcf7-submit {
    font-size: 20px;
    letter-spacing: 1.5px;
    background: #FFD439;
    color: #000;
    margin-bottom: 20px;
}

input {
  border-radius: 10px;
  background-color: #f6f7f8;
  border: none;
  font-size: 16px;
  padding: 14px 18px;
  width: 100%
}

.select-wrapper {
  width: 100%
}

input[type=checkbox] {
width: 5%;
margin-left: -20px;
}

span.wpcf7-list-item-label {
  font-size: 14px;
  color: #555555;
}

.checkbox {
  margin-bottom: 40px;
  margin-top: 20px;
}

.grecaptcha-badge {
  display: none;
}

/* --------------- ENDE Kontaktformular --------------- */

/* --------------- Footer --------------- */

footer {
  background-color: #2b3a42;
  color: #fff;
  font-family: 'Nunito', serif;
  font-size: 18px;
  letter-spacing: 0.5px;
}

footer a {
  color: #fff;
  font-family: 'Nunito', serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-decoration: none;
}


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

copyright {
  background-color: #fff !important;
  padding: 0px;
}

copyright p {
margin-top: 20px;
}

/* --------------- Media Query --------------- */
@media screen and (max-width: 1366px) {

    body {
      width: 100%;
      margin: 0px !important;
      padding: 0px !important;
    }

    .container-fluid {
    width: 100% !important;
    }
    
    section#intro #slogan {
	text-align: center;
	position: absolute;
	height: auto;
	top: 125px;
	left:0;
	right:0;
	margin:0 auto;
	transition: all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	z-index:1;
	
}

    .main-nav {
      height: 85px;
      text-align: center;
      width: 100%; /* Set the width of the sidebar */
      position: fixed; /* Fixed Sidebar (stay in place on scroll) */
      z-index: 999; /* Stay on top */
      top: 0; /* Stay at the top */
      left: 0;
      background-color: #ffffff; /* White */
      padding-top: 0px;
      box-shadow: 0px 10px 6px -5px rgba(0, 0, 0, .3);
      padding-left: 0px !important;
    }
    
    
.metanav {
	width: 100%;
	background-color: white;
 	position: fixed;
 	height: 100px;
 }

    
    .nav {
      text-align: center;
    }

    .nav ul {
      text-align: center;
    }

    ul#menu {
      margin: 0px;
    }


    .nav li {
    display: block; 
    /* width: 250px; */
    position: relative; 
    }

    .nav li > a {
    margin: 0px;
    }

    .hide-xs {
    display: none;
    }

    .fixed-width {
    width: 100%;
    /* max-width: 900px; */
    margin: 0 auto;
    }

    .float-right {
    float: none !important;
    }

    .show-xs {
    display: block;
    }

    .nav {
    float: none;
    position: absolute;
    width: 100vw;
    height: 0;
    z-index: 9;
    display: block;
    background: #fff;
    top: 4em;
    left: 0;
    transition: 0.2s all ease;
    overflow: hidden;
    }

    body.visible-nav .nav {
    height: calc(100vh - 4em);
    }

    body.visible-nav {
    overflow: hidden;
    height: 100vh;
    }

    .lead {
      font-size: 15px;
      line-height: 22px;
    }

    h2 {
      font-size: 23px;
      line-height: 28px;
    }


    img.logo {
    width: 300px;
    height: auto;
    float: left;
    margin-bottom: 15px;
    transition: all 0.2s ease;
    }

    .button-cta a {
    font-size: 14px;
    }

    .button-cta {
    display: inline-block;
    background-color: #fd687d;
    padding-top: 5px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 5px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 8px;
    margin-top: 8px;
    }
    

    

}
/* --------------- Media Query --------------- */
@media screen and (max-width: 767px) {

.box {
height: auto;

  }
  .col-md-6 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

section#intro #slogan {
	text-align: center;
	position: absolute;
	height: auto;
	top: 75px;
	left:0;
	right:0;
	margin:0 auto;
	transition: all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	z-index:1;
	
}

section#intro #slogan h1 {
	text-align: center;
	font-weight: 700;
	line-height: 1.2em;
	color: #fff;
	letter-spacing: 1px;
	font-size:20px;
	margin:0;
}


}

/* --------------- Media Query --------------- */
@media screen and (max-width: 400px) {

.box {
height: auto;

  }
  .col-md-6 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

section#intro #slogan {
	text-align: center;
	position: absolute;
	height: auto;
	top: 75px;
	left:0;
	right:0;
	margin:0 auto;
	transition: all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	z-index:1;
	
}

section#intro {
margin-top: 70px;
}

section#intro #slogan h1 {
	text-align: center;
	font-weight: 700;
	line-height: 1.2em;
	color: #fff;
	letter-spacing: 1px;
	font-size:15px;
	margin:0;
}


}