@font-face {
  font-family: 'Asap';
  font-style: normal;
  src: url('../fonts/Asap-VariableFont-wght.eot');
  src: url('../fonts/Asap-VariableFont-wght.eot?#iefix') format('embedded-opentype'),
     url('../fonts/Asap-VariableFont-wght.woff') format('woff'),
     url('../fonts/Asap-VariableFont-wght.ttf') format('truetype'),
     url('../fonts/Asap-VariableFont-wght.svg#RAsap-VariableFont-wght') format('svg');
}
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Tangerine-Regular.eot');
  src: url('../fonts/Tangerine-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Tangerine-Regular.woff') format('woff'),
         url('../fonts/Tangerine-Regular.ttf') format('truetype'),
         url('../fonts/Tangerine-Regular.svg#Tangerine-Regular') format('svg');
}
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, font, 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 {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
        font-family: 'Asap', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
    margin: 0.5em 0em;
}
h1, h2 {

    font-weight: normal;
    font-family: 'Tangerine', sans-serif;
} 
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}

img {
    vertical-align: top;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    background-color:rgb(50,50,50);
    color: #111;
    font-family: 'Asap', sans-serif;
    font-size:16px;
    line-height:1.5;
}

input,
label,
textarea {
    color:rgb(150,150,150);
    font-family: 'Asap', serif;
    font-size:16px;
}

h1,h2,h3,h4,h5,h6 {
    line-height:1;
}

a {
    text-decoration:none;
    color: #1d4b86;
    cursor: pointer;
}

a:hover {
    color:rgb(100,150,200);
}

html {
    background-color: #fff;
}

/* -- Cookie Banner -- */
.banner_space {
  padding-top: 100px;
}

#cookie_banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 100;
  padding: 10px 20px;
  font-size: 0.9em;
  font-family: arial, sans-serif;
}

#cookie_banner.hidden {
  display: none;
  width: 0px;
  height: 0px;
}

#cookie_banner.without_tracking {
  background-color: #ddd;
  border-top: 2px solid #48A5CA;
}

.cookie_banner_inner {
  max-width: 960px;
  margin: 0px auto;
}
.cookie_banner_inner p {
  margin: 0px;
  padding: 0px;
}
.without_tracking .cookie_banner_inner .btn {
  width: auto;
  min-width: 120px;
  padding: 8px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #555;
  background-color: #666;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  vertical-align: top;
  margin-left: 10px;
  text-shadow: 1px 1px 0px #333;
}
.without_tracking  .cookie_banner_inner .btn:hover {
  background-color: #48A5CA;
  color: #fff;
}

.without_tracking .cookie_banner_inner form p {
  display: inline-block;
  width: 77%;
}
.without_tracking .cookie_banner_inner form .btns {
  display: inline-block;
  width: 22%;
  vertical-align: bottom;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .without_tracking .cookie_banner_inner form p {
    display: block;
    width: 100%;
  }
  .without_tracking .cookie_banner_inner form .btns {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
  }
  .without_tracking .cookie_banner_inner .btn {
    width: 100%;
    margin: 10px 0px 0px;
  }
}

/* -- Cookie Banner End -- */

#wrapper {
    margin:0 auto;
}

#main {
    background-color:#fff;
    margin-top: 60px;
}

.all {
    width: 100%;
    max-width:960px;
    margin: 0px auto;
    padding: 50px 10px 30px;
}
.all_small {
    width: 100%;
    max-width:600px;
    margin:0 auto;
    padding: 60px 20px;
}
.center_box {
    display: block;
    margin: 0px auto;
    max-width: 50%;
}
.center {
    text-align: center;
}

h1 {
    font-size: 50px;
    margin-bottom:12px;
    color: #48A5CA;
}
h2 {
    font-size: 35px;
    color: #48A5CA;
}

p {
    margin-bottom:18px;
}

.list {
    list-style-type: circle;
    padding-left: 20px;
}

header {
    background-color:#fff;
}

#logo > a {
    /* width:60px; */
    height:60px;
    float:left;
    padding: 15px 20px 10px 125px;
    font-family: 'Tangerine', sans-serif;
    color: #6ea2ce;
    font-size: 40px;
    line-height:1;
    display: block;
    background-image: url("../img/logo_angela.png");
    background-repeat: no-repeat;
    background-size: auto 45px;
    background-position: 20px center;
}

@media screen and (max-width: 990px) { 
    #logo > a {
        font-size: 0px;
    }
}
@media screen and (max-width: 750px) { 
    #logo > a {
        height: 44px;
        background-size: auto 35px;
    }
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
/*
font-family: 'Asap', sans-serif;
font-weight: 400;
font-weight: 700;

font-family: 'Tangerine', cursive;

Farben:
Blau1: #48A5CA;
Blau2: #1d4b86; 
Blau3: #237393;
Blau4: #8fc8df;
*/
.clear {
    clear: both;
}
header {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 10000;
    border-bottom: 2px solid #1d4b86;
}

header .all {
    padding: 0px;
}

/* navigation */
nav {
    font-family: 'Asap', sans-serif;
    display: block;
    margin: 0px 0px 0px auto;
    /* width: 100%; */
    float: right;
    }

nav.stick {
}


nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
    display: inline-block;
}

nav li {
    display: inline-block;
}

nav li a {
    color: #111;
    padding: 21px 15px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.1;
}
nav li a.two_lines {
    padding: 11px 15px;
}
nav li a:hover,
a.nav-active {
    color:#48A5CA;
}

hr {
    border:none;
    background-color:rgb(220,220,220);
    height:12px;
    margin-bottom:18px;
}

.smaller_txt {
    font-size: 0.8em;
}

section {
    min-height: 600px;
    position: relative;
    overflow: hidden;
    padding: 50px 0px 30px;
}
.bg_img img {
	/* min-height: 100%; */
	/* min-width: 100%; */
}

#home {
    background-image: url("../img/pusteblume.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1d4b86;
}
#home .h1_style {
    color: #1d4b86;
    margin: 0px;
    font-size: 60px;
    font-weight: normal;
    font-family: 'Tangerine', sans-serif;
    line-height: 1;
    text-align: center;
}
#home .subline {
    color: #1d4b86;
    margin-bottom: 0px;
}
#home .white_box {
    margin: 0px 20px 0px 0px;
    width: 50%;
}
#contact .white_box {
    width: 60%;
    margin: 0px auto;
}
#about {
    padding: 0px;
    background-color: #8fc8df;
}
.section_inner {
    padding: 50px 0px 100px;
}

.wolken_1_bg {
    background-image: url("../img/wolken_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1d4b86;
    padding: 80px 0px;
    min-height: 585px;
    font-size: 55px;
}
.wolken_2_bg {
    background-image: url("../img/wolken_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.single_quote {
    max-width: 50%;
    font-family: 'Tangerine', sans-serif;
    margin: 0px auto;
    font-size: 45px;
    text-align: center;
    color: #1d4b86;
    line-height: 1.1;
}

.weektrend_img,
.portrait {
    padding: 10px;
    border: 2px solid #1d4b86;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.weektrend_img img,
.portrait img {
    max-width: 100%;
}

.left_part,.right_part {
    float: left;
    width: 48%;
}
.left_part {
    margin-right: 4%;
}

#weektrend {
   background-color: #fff; 

}
#wtrend_body {
	min-width: 200px;
	min-height: 50px;
}
#wtrend_body,
#wtrend_body p,
#wtrend_body span {
    font-family: 'Asap', sans-serif !important;
    font-size: 16px!important;
    background-color: transparent!important;
    color: #111 !important;
}

#infos {
    background-color: #fff;
}

#services {
    background-color: #8fc8df;
    padding-top: 0px;
}

#about h1,
#about h2,
#services h1 {color: #1d4b86;}

iframe {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    min-width: 640px;
    min-height: 360px;
}

.white_box {
    display: block;
    padding: 20px 25px;
    background-color: rgba(255,255,255,0.6);
}

#quotes {
  /*  background-color: #1d4b86; */
  background-color: #1a566e;
    color: #fff;
    padding: 70px 0px 30px;
   }
#quotes h1 {
    max-width: 550px;
    margin: 0px auto;
    color: #48A5CA;
    margin-bottom: -50px;
}
#quotes h2 {
    line-height: 1.2em;
    margin-bottom: 10px;
}

.slider_element .text_box {
    max-width: 550px;
    padding-top: 65px;
    margin: 0px auto;
    line-height: 1.4em;
}

.slider *:active,
.slider *:focus {
    border: none;
    outline: none;
}

.slick-arrow {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px;
    color: transparent;
    background-color: transparent;
    border: none;
    /* min-height: 242px; */
    height: 100%;
    /* min-width: 50px; */
    /* left: 0px; */
    top: 0px;
    z-index: 500;
}
.slick-prev {
    left: 0px;
    background-image: url("../img/Pfeil_links.png");
}
.slick-next {
    background-image: url("../img/Pfeil_rechts.png");
    right: 0px;
}
.slick-dots {
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 5px 2px;
}
.slick-dots li button {
    border: none;
    background-color: rgba(255,255,255,0.5);
    color: transparent;
    font-size: 0px;
    width: 20px;
    height: 5px;
}
.slick-dots li.slick-active button {
    background-color: #fff;
}
#prices {}

.pp_btn_box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.pp_btn_box span {
    display: inline-block;
    width: 60%;
}
.pp_btn_box form,
.pp_btn_box .gratis_call_btn_wrapper {
    float: right;
    width: 39%;
}
.gratis_call_btn {
    width: auto;
  min-width: 120px;
  padding: 8px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #555;
  background-color: #48A5CA;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  vertical-align: top;
  text-shadow: 1px 1px 0px #333;  
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.gratis_call_btn:hover {
    background-color: #27596d;
    color: #fff;
  text-shadow: 1px 1px 0px #000;  
}
.pp_btn_box:after {
    content: " ";
    display: block;
    clear: both;
    width: 100%;
}

#contact {
    background-image: url("../img/gras.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    background-color: #48A5CA;
}
#contact h1 {
    margin-bottom: 30px;
    color: #1d4b86;
    text-shadow: none;
}
#contact div {
    font-weight: 700;
    text-shadow: 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}
.contact_facebook {
    margin: 20px 0px;
}

.copyright {
    width: 100%;
    text-align: center;
    margin: 0px 0px;
    color: #eee;
}
.menu_button {
    display: none;
}

.questico_gratis_banner {
    max-width: 100%;
}
.questico_gratis_banner img {
    max-width: 100%;
}

/* -- YouTube Box -- */
.youtube_video_container {}
.youtube_info_box {
    background: #f2f7fc;
    padding: 20px;
    margin: 30px 20px;
}
.youtube_info_text {
    text-align: left;
}
.youtube_info_text h5 {
    font-size: 1.2em;

}
.youtube_video_container a {
    color:#48A5CA;
}
.youtube_video_container .btn {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* -- / YouTube Box -- */


/* -- Buttons -- */
.btn {
    width: auto;
    min-width: 200px;
    max-width: 500px;
    margin: 10px auto;
  padding: 8px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #555;
  background-color: #48A5CA;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  text-align: center;
  display: block;
  font-size: 1em;
  line-height: 1;
  vertical-align: top;
  text-shadow: 1px 1px 0px #333;  
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.btn:hover {
    background-color: #27596d;
    color: #fff;
  text-shadow: 1px 1px 0px #000;  
}
/* -- / Buttons -- */

footer .all {
    padding: 20px 0px;
}

footer a { color: #888;}

@media screen and (min-width: 990px) { 
	#main {
		margin-top: 90px;
	}
	#logo > a {
		height: 90px;
		padding-top: 43px;
		padding-left: 117px;
    	font-size: 35px;
	}
	header nav {
		margin-top: 19px;
	}
}


@media screen and (max-width: 890px) {
    header {
        text-align: left;
    }
    #lang_switch {
        margin: 0px 20px;
    }
    #main {
        margin-top: 62px;
    }
  
    .white_box {
        width: 80%;
    }

    .all {
        padding: 30px 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    nav {
        float: none;
        margin: 0px auto;
        text-align: center;
    }
    iframe {
        max-width: 100% !important;
        width: 100%;
        min-width: 200px;
        min-height: 400px;
        height: auto;
    }
}
@media only screen and (min-width: 750px) and (max-width: 820px) {
    header nav {
        font-size: 13.5px;
    }
    nav li a.two_lines {
        padding: 14px 15px;
    }
}
@media screen and (max-width: 750px) {
    iframe {
        max-width: 100% !important;
        width: 100%;
        min-width: 200px;
        min-height: 300px;
        height: auto;
    }

    .menu_button {
        display: block;
        color: #1d4b86;
        font-family: 'Asap', sans-serif;
        float: right;
        padding: 10px 20px;
    }
    #main {
        margin-top: 46px;
    }
    .all {
        padding: 30px 10px;
    }
    section {
        padding: 20px 0px 0px;
    }
    .section_inner {
        padding: 20px 0px 30px;
    }
    nav {
        display: none;
        width: 100%;
        clear: both;
        -webkit-animation-name: fadeIn; 
        animation-name: fadeIn; 
        -webkit-animation-duration: 0.5s; 
        animation-duration: 0.5s; 
        -webkit-animation-fill-mode: both; 
        animation-fill-mode: both; 
        -webkit-animation-timing-function: ease-in-out; 
        animation-timing-function: ease-in-out; 
    }
    #home {
        min-height: 100px;
        padding: 0px;
    }
    #home .h1_style {
        font-size: 38px;
    }
    nav.active {
        display: block;
    }
    nav ul {
        width: 100%;
    }
    
    nav li {
        display: block;
        border-top: 1px solid #1d4b86;
    }
    nav li a {
        display: block;
    }
    #home,
    #contact,
    #about,
    .wolken_1_bg,
    .wolken_2_bg {
        background-image: none;
        min-height: 10px;
    }

    .wolken_1_bg {
        background-color: #1d4b86;
    }
    #steps {
        background-image: none;
        padding: 0px;
    }
    #home .white_box,
    #contact .white_box,
    .white_box,
    .single_quote {
        width: 100%;
        max-width: 100%;
    }
    #quotes {
        padding-top: 20px;
        background-image: none;
    }
    .slider_element .text_box {
        padding: 40px;
    }
    #quotes h1 {
        margin-bottom: 0px;
        padding-left: 40px;
    }
    h1 {
        font-size: 35px;
    }
    .slick-arrow {
        width: 30px;
        min-width: 30px;
        background-size: 20px;
    }
    .left_part,
    .right_part {
        float: none;
        margin: 20px 0px;
        display: block;
        width: 100%;
    }
    section {
        min-height: 200px;
    }
}


@media screen and (max-width: 725px) { 
    .pp_btn_box span {
        float: none;
        width: 100%;
    }
    .pp_btn_box form,
    .pp_btn_box .gratis_call_btn {
        float: none;
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}


@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 