/*
Theme Name: AmbeesTheme
Description: Wordpress Custom Theme
Theme URI: http://www.webmajstor.biz
Author: Alex Webmajstor
Author URI: http://www.webmajstor.biz
Version: 1.0
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, translation-ready
Text Domain: 
License: 
License URI: 
*/

html{
    min-height: 100vh;
}

body{
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4d;
    min-height: 100vh;
    position: relative;
    background: url('img/bg.jpg') center center repeat-y;
}

a{
    font-family: "Josefin Sans", Arial, sans-serif;
}

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

h1, h2, h3, h4, h5, h6{
    font-family: "Yesteryear", Arial, sans-serif;
    margin: 0;
    text-align: center;
}

.impressum h3,
.impressum p{
    text-align: center;
}

a:focus{
    outline: none;
}

a, button, input.button, .wpcf7-submit{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.margin0{
    margin: 0 !important;
}

.padding-spec{
    padding: 25px 0;
}

.padr0{
    padding-right: 0 !important;
}

.padl0{
    padding-left: 0 !important;
}

.spacer{
    height:60px;
    width: 100%;
    display: block;
}

.pull-right{
    float: right;
}

.spacer-double{
    height:120px;
    width: 100%;
    display: block;
}

/* Bootstrap overrides */

@media screen and (min-width:1400px){
    .container {
        width: 1340px;
        max-width: 100%;
    }
}
/*
@media screen and (min-width:1200px){
    .container {
        width: 1340px;
        max-width: 100%;
    }
}
*/


.container-fluid{
    margin: 0;
    padding: 0;
}

.mx-auto {
    display: block;
}

p{
    letter-spacing: 1px;
}

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

.white{
    color: #fff;
}

.mobile-display{
    display: none;
}


/* main */

.navbar-brand img{
    color: #fff;
}

.header-scroll{
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
}

.navbar-brand svg{
    fill: white;
}

.header-scroll .navbar-brand svg{
    fill: #606571;
}

.custom-logo {
    width: 240px;
    height: auto;
    margin: 0;
}

.main-navbar{
    width: 100%;
    height: 75px;
}

.header-top-collapse {
    height: 30px;
    color: #fff;
    padding: 5px 33px;
    font-family: "Josefin Sans", Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.header-top-collapse a{
    color: #fff !important;
}

.header-top-collapse a i{
    font-size: 20px;
    padding: 0px 5px;
}

.squeezed{
    height: 50px;
}

.squeezed-logo{
    width: 150px;
    height: auto;
    margin: 4px 0;
}

.invisible-collapse{
    height: 0 !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding: 0 !important;
    overflow: hidden;
}

.top-headline{
    max-width: 100vw !important;
    color: #fff;
    font-size: 40px;
    overflow: hidden;
}

.top-subline{
    color: #fff;
    font-family: "sanslight", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4.7px;
    margin: 0;
}

.header-section{
    width: 100vw;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
}

.header-section#section1{
    /*background: url(img/landing_section_1.jpg) center center no-repeat;*/
    background-size: cover;
}

li.nav-item {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #fff;
    text-transform: uppercase;
}

.header-scroll.navbar-toggleable-lg .navbar-nav .nav-link {
    color:#4d4d4d;
}

.custom-logo-link{
    width: 280px;
}

/* LANGUAGE */

.qtranxs_language_chooser{
    padding-right: 19px;
    padding-left: 19px;
}

.qtranxs_widget ul{
    margin: 0;
    min-width: 102px;
}

.qtranxs_widget ul li{
    display: inline-block;
    list-style-type: none;
    margin: 0 5px 0 0;
    height: 12px;
    width: 25px;
    position: relative;
}

.qtranxs_widget ul li a{
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: -4px;
}

.qtranxs_widget ul li:first-child {
    border-right: 1px solid #fff;
}


.header-scroll .qtranxs_widget ul li a{
    color: #4d4d4d;
}

.header-scroll .qtranxs_widget ul li:first-child {
    border-right: 1px solid #4d4d4d;
}

/* LANGUAGE end */


.navbar-toggler {
    cursor: pointer;
    padding: 0.65rem .75rem;
}

.squeezed .navbar-toggler {
    padding: 0.1rem .75rem;
}

.navbar-toggle-dash{
    width:34px;
    height: 2px;
    display: block;
    margin: 7px auto;
}

.downlink{
    position: absolute; 
    left: 50%;
    bottom: 80px;
}

.down-link{
    position: relative;
    left:-50%;
    display: block;
    width: 26px;
    height: 27px;
}

.anime-down-link .scrollNormal {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.anime-down-link:hover .scrollNormal {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

#section2{
    background: url(img/section_2.jpg) top center no-repeat;
    background-size: cover;
}

h3{
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
}

h2, .title1 h1{
    font-size: 36px;
    margin-top: 36px;
    margin-bottom: 52px;
}

.woocommerce-cart h2 {
    font-size: 36px;
    margin-top: 6px;
    margin-bottom: 35px;
}

h2.mtb{
    font-size: 36px;
    padding-top: 125px;
    margin-bottom: 50px;
}

.hr-blue{
    width: 60px;
    height: 2px;
    display: block;
    margin: 0 auto;
}

.icon-item p{
    text-align: center;
    margin: 25px 0;
}

h4{
    font-size: 24px;
    margin: 50px 0 25px;
}

.icon-group{
    padding-bottom: 50px;
}

.birthdate {
    margin-top: -95px;
}

#section3 p{
    text-align: center;
}

.img-profil{
    position: absolute;
    bottom: 0;
    z-index: -1
}

.margin-spec{
    margin-top: 100px;
    margin-bottom: 0;
}

#section4{
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e2e7ea 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e7ea 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e2e7ea 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e7ea',GradientType=0 );
}

#section5{
    background: url(img/section_5.jpg) top center no-repeat;
    background-size: cover;
}

.statement p{
    text-align: center;
    margin-bottom: 140px;
}

.main-wrapper{
    min-height: 75vh;
    margin-top: 105px;
}

.home .main-wrapper{
    min-height: 75vh;
    margin-top: 0px;
}

.footer-links h6 a:hover{
    color: #fff;
}

.footer-links h6{
    text-align: left;
    padding-bottom: 10px;
}

.footer-links ul{
    padding: 0;
    list-style: none;
}

.footer-links ul li{
    line-height: 1.25;
    padding: 6px 0;
}

.footer-links 