@font-face {
    font-family: 'HelveticaNeueLTStdRoman';
    src: url('../fonts/HelveticaNeueLTStdRoman.eot');
    src: url('../fonts/HelveticaNeueLTStdRoman.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTStdRoman.woff2') format('woff2'),
         url('../fonts/HelveticaNeueLTStdRoman.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStdRoman.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTStdRoman.svg#HelveticaNeueLTStdRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStdMd';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot') format('embedded-opentype'),
         url('../fonts/Helvetica.woff') format('woff'),
         url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStdBd';
    src: url('../fonts/Helvetica(Bold).eot');
    src: url('../fonts/Helvetica(Bold).eot') format('embedded-opentype'),
         url('../fonts/Helvetica(Bold).woff') format('woff'),
         url('../fonts/Helvetica(Bold).svg#Helvetica(Bold)') format('svg');
    font-weight: normal;
    font-style: normal;
}



html, body {
    margin:0;
    padding:0;
    width: 100%;
    height:100%;
    color: #a1a1a1;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HelveticaNeueLTStdRoman', Helvetica, Arial, sans-serif;
    background: #fff;
}
body{
    position:relative;
    min-height: 100%;
    height:auto !important;
    height:100%;
}

html * {outline: none;}
p, img {margin:0; padding:0;}
img {border:0;}
a {color:#275b6a; text-decoration:underline;}
a:hover {text-decoration:none;}
form, input{margin:0; padding:0;}
input[type="submit"]{cursor: pointer;}
input::-moz-focus-inner{border: 0;}
input, textarea{outline:none;}
input {

    border-radius: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section { 
    display:block;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a{
    font-size: 34px;
    line-height: 40px;
    color: #184f5f;
    padding: 0;
    margin: 0;
    font-weight: normal;
    overflow: hidden;
    font-family: 'HelveticaNeueLTStdBd', Helvetica, Arial, sans-serif;
    text-decoration: none;
}
h1{
    margin-bottom: 40px;
}
h2, h3{
    margin-bottom: 20px;
}
h4, h5, h6{
    margin-bottom: 16px;
}

h2, h2 a{
    font-size: 30px;
    line-height: 36px;
}
h3, h3 a{
    font-size: 26px;
    line-height: 30px;
}
h4, h4 a{
    font-size: 24px;
    line-height: 26px;
}
h5, h5 a{
    font-size: 20px;
    line-height: 22px;
}
h6, h6 a{
    font-size: 18px;
    line-height: 20px;
}

b, strong{
    font-weight: normal;
    font-family: 'HelveticaNeueLTStdBd', Helvetica, Arial, sans-serif;
}

.clearfix:before,
.clearfix:after{
    display: table;
    content: " ";
}
.clearfix:after{
    clear: both;
}

::-webkit-input-placeholder {
   color: #707070;
}

:-moz-placeholder { /* Firefox 18- */
   color: #707070;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #707070;
}

:-ms-input-placeholder {  
   color: #707070;
}

.wrapper{
    max-width: 1600px;
    margin: 0 auto;
}
.container{
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav, .subnav ul, .partners, .sidebar ul, .country-list ul, .select-lang ul, .language ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn{
    display: inline-block;
    min-width: 190px;
    padding: 17px;
    color: #184f5f;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #275b6a;
    border-radius: 3px;
    background: none;
    box-sizing: border-box;
}
.btn:hover{
    color: #fff;
    background: #275b6a;
}
.btn-color{
    color: #fff;
    background: #275b6a;
}
.btn-color:hover{
    color: #fff;
    background: #368095;
}
.btn-small{
    width: auto;
    min-width: 120px;
    padding: 10px 12px;
}


/*-------------------------Header-------------------------*/
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    padding: 19px 0 20px;
    background: #fff;
    border-top: 9px solid #184f5f;
}

.logo{
    float: left;
    width: 26%;
    max-width: 250px;
    max-height: 59px;
    line-height: 59px;
}
.logo img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.nav{
    float: right;
    padding: 25px 6px 0 0;
}
.nav li{
    float: left;
    padding: 0 10px;
    font: 13px/17px 'HelveticaNeueLTStdMd', Helvetica, Arial, sans-serif;
}
.nav>li.active>a:before,
.nav>li.active>a:after{
    content: '/';
    position: absolute;
    top: 0;
    right: -8px;
}
.nav>li.active>a:after{
    right: -12px;
    color: #989898;
}
.nav li a{
    position: relative;
    color: #989898;
    font: 13px/17px 'HelveticaNeueLTStdMd', Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
.nav>li.active>a,
.nav>li:hover>a{
    color: #184f5f;
}
.nav li:hover .subnav-block{
    display: block;
}
.subnav-block{
    display: none; 
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 37px;
}
.wrap-center{
    position: relative;
    left: 50%;
    clear: both;
}
.wrap-center2{
    position: relative;
    right: 50%;
}
.subnav{
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    background: rgba(39, 91, 106, 0.8); 
}
.subnav ul{
    display: inline-block;
    width: 30%;
    margin: 0 1.5%;
    text-align: left;
}
.subnav ul li{
    padding: 6px 0;
    float: none;
}
.subnav ul li a,
.nav li:hover .subnav a{
    color: #fff;
}
.subnav ul li a:hover,
.nav li:hover .subnav a:hover{  
    color: #ccc;
}

.nav-icon{
    position: relative;
    display: none;
    width: 26px;
    height: 4px;
    float: right;
    margin-top: 10px;
    padding: 3px 0;
    color: transparent;
    cursor: pointer;
    border: 4px solid #275b6a;
    border-width: 4px 0;
}
.nav-icon:before{
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #275b6a;
}
.lang{
    position: relative;
    float: right;
    width: 32px;
    height: 15px;
    margin-top: 26px;
    line-height: 11px;
}
.lang span{
    position: relative;
    display: block;
    padding: 2px;
    cursor: pointer;
}
.lang img{
    width: 16px;
    vertical-align: top;
}
.lang span:after{
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 13px;
    height: 11px;
    background: url(../img/sprite.png) no-repeat -74px 0;
}
.select-lang{
    display: none;
    position: absolute;
    left: 0;
    z-index: 2;
    padding-top: 4px;
}
.select-lang ul{
    padding: 0 2px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
}
.select-lang li{
    width: 42px;
    padding-bottom: 2px;
}
.select-lang li a{
    display: block;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}
.select-lang li a:hover{
    color: #999;
}
.select-lang li img{
    width: 20px; 
    margin-right: 4px;
    vertical-align: middle;
}


.navbar{
	display: none;
    position: absolute;
    top: 0;
    left: -300px;
    z-index: 14;
    width: 300px;
    padding-top: 68px;
    min-height: 100%;
    background: rgba(39, 91, 106, 0.8);
    box-sizing: border-box;
}
.navbar .nav{
    width: 100%;
    float: none;
    padding: 0;
}
.navbar .nav li{
    width: 100%;
    padding: 10px 0;
    float: none;
    border-bottom: 1px solid #b0c2c7;
    box-sizing: border-box;
}
.navbar .nav li a{
    margin-left: 10px;
    color: #fff;
}
.navbar .nav li a:hover,
.navbar .nav li.active a{
    color: #ccc;
}
.navbar .nav li.active a:before,
.navbar .nav li.active a:after{
    display: none;
}
.navbar .subnav{
    display: none;
    margin-top: 10px;
    padding: 0;
    background: none;
}
.navbar .subnav ul{
    display: block;
    width: 100%;
    margin: 0;
    background: rgba(101, 158, 169, 0.5);
}
.navbar .subnav ul li{
    border: none;
}
.navbar .nav li.dropdown{
    position: relative;
}
.navbar .nav li .btn-toogle,
.language .btn-toogle{
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.navbar .nav li .btn-toogle:before,
.language .btn-toogle:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    background: url(../img/sprite.png) no-repeat -92px 0;
}
.navbar .nav li.opened .btn-toogle:before,
.language .opened .btn-toogle:before{
    background-position: -92px -12px; 
}

.language{
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #b0c2c7;
}
.language p{
	font-size: 12px;
	line-height: 14px;
}
.language p a,
.language ul li a{
	margin-left: 10px;
	color: #fff;
	font: 12px/17px 'HelveticaNeueLTStdMd', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.language ul.subnav{
	text-align: left;
	background: rgba(101, 158, 169, 0.5);
}
.language p a:hover,
.language ul li a:hover{
	color: #ccc;
}

/*-------------------------Main-------------------------*/
main{
    padding-top: 107px;
}
main p{
	padding-bottom: 16px;
}
.wpcf7-form p{
    padding-bottom: 16px;
    display: inline-block;
    width: 46%;
    padding-right: 3%;
}

.wpcf7-form input[type="text"]{
    width: 100%;
}

.wpcf7-form input[type="checkbox"], input[type="radio"]{
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.area p{
    display: block;
    width: 100%;
}

textarea[name="anfragetext"]{
    resize:none;
    width: 100%;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-submit{
    display: inline-block;
    width: 190px;
    padding: 17px;
    color: #184f5f;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #275b6a;
    border-radius: 3px;
    background: none;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-submit:hover{
    color: #fff;
    background: #275b6a;
}

.banner{
    position: relative;
}
.banner img{
    width: 100%;
    vertical-align: top;
}
.banner-content{
    position: absolute;
    bottom: 9.5%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}
.banner-content .banner-text{
    max-width: 52%;
}
.banner-content h2{
    margin: 0 0 20px;
    color: #fff;
    font: 35px/45px 'HelveticaNeueLTStdBd', Helvetica, Arial, sans-serif;
}
.banner-content h2 span{
    background: #3a7a8e;
    padding: 4px 7px;
    display: inline-block;
}
.banner-content p{
    padding: 0;
    background: rgba(0, 0, 0, .3);
    box-shadow: 0 0 12px 12px rgba(0, 0, 0, .3);
}

.content-block{
    padding: 76px 0 74px;
    color: #a1a1a1;
    font-size: 16px;
    line-height: 24px;
}
.content-block h2{
    font-size: 34px;
    line-height: 40px;
}
.willkommen{
    color: #aaa;
    font-size: 22px;
    line-height: 28px;
}
.content-block .img-col{
    width: 34%;
    float: right;
}
.content-block .img-col img{
    max-width: 100%;
}
.content-block .text-col{
    width: 60%;
    float: left;
    padding-top: 36px;
}

.slider-block{
    padding: 48px 0;
    color: #fff;
    background: #275968;
    background: -webkit-linear-gradient(left, #275968, #dbe0e5);
    background: -o-linear-gradient(right, #275968, #dbe0e5);
    background: -moz-linear-gradient(right, #275968, #dbe0e5);
    background: linear-gradient(to right, #275968, #dbe0e5);
}
.slider-block h2{
    color: #fff;
}
.slider-block .text-col{
    padding-top: 0;
}
.slider-block .img-col{
    margin-top: -84px;
}
.slider-block .btn{
    color: #fff;
    border-color: #fff;
}
.slider-block .btn:hover{
    color: #184f5f;
    background: #fff;
}

.schedule{
    color: #1d1d1b;
    font-size: 18px;
    line-height: 27px;
}
.schedule table{
    width: 100%;
    text-align: left;
}
.schedule table tr td{
    padding-left: 10px;
}
.schedule table tr td.col1{
    padding: 0;
    width: 120px;
}
.home .schedule{
    max-width: 700px;
    color: #a1a1a1;
    font-size: 16px;
    line-height: 24px;
}

.partners-block{
    padding: 90px 0 60px;
    background: url(../img/grey-bg.png) repeat-y 50% 0;
    background-size: 100% auto; 
}
.partners-block .container{
    max-width: 1240px;
}
.partners li{
    width: 12%;
    height: 53px;
    padding: 0 1.1428% 30px;
    float: left;
    line-height: 53px;
    text-align: center;
}
.partners li a{
    display: block;
    width: 100%;
    height: 100%;
}
.partners li img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.pdf{
    padding: 0;
    font-family: 'HelveticaNeueLTStdMd', Helvetica, Arial, sans-serif;
}
.pdf a{
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    
}
.pdf a:hover{
    text-decoration: none;
}
.pdf a i{
    display: inline-block;
    width: 44px;
    height: 16px;
    color: transparent;
    text-align: center;
    vertical-align: middle;
    background: url(../img/sprite.png) no-repeat -28px 0;
}

.top{
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    width: 50px;
    height: 50px;
    color: transparent;
    text-align: center;
    background: url(../img/sprite.png) no-repeat -106px 0;
}

/*-------------------------flexslider-------------------------*/
.flexslider{
    margin: 0;
    padding: 0 50px;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.flexslider .container{
    padding: 0;
}
.subttl{
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
}
.flex-direction-nav a{
    width: 12px;
    height: 21px;
    padding: 5px 8px;
    overflow: hidden;
    opacity: 1;
    color: transparent;
    line-height: normal;
    text-shadow: none;
}
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev{
    left: 14px;
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next{
    right: 14px;
}
.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before{
    content: '';
    display: block;
    width: 12px;
    height: 21px;
    background: url(../img/sprite.png) no-repeat 0 0;
}
.flex-direction-nav a.flex-next:before{
    background-position: -14px 0;
}

/*-------------------------InnerPages-------------------------*/
.content-container{
    padding: 23px 0 40px;
}
.breadcrumbs{
    margin-bottom: 34px;
    padding: 0 6px;
    color: #707070;
    font-size: 13px;
    line-height: 15px;
}
.breadcrumbs a{
    color: #707070;
    text-decoration: none;
}
.breadcrumbs a:hover{
    text-decoration: underline;
}
.content-wrap .content{
    width: 70%;
    float: left;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"]{
    width: 220px;
    max-width: 100%;
    height: 42px;
    color: #707070;
    font: 16px/20px 'HelveticaNeueLTStdRoman', Helvetica, Arial, sans-serif;
    background: #fff;
    border: 1px solid #e7eaec;
    box-sizing: border-box;
    padding: 11px 20px;
}

.search-block input[type="search"]{
    height: 36px;
    padding: 9px 11px 10px;
    font-size: 13px;
    line-height: 15px;
}

.country-list ul{
    max-width: 562px;
}
.country-list ul li,
.country-list ul li a{
    color: #5a657e;
    font: 16px/30px 'HelveticaNeueLTStdMd', Helvetica, Arial, sans-serif;
    text-decoration: none;
}
.country-list ul li a{
    display: inline-block;
}
.country-list a:hover{
    text-decoration: underline;
}
.country-list .pdf a:hover{
    text-decoration: none;
}
.country-list ul li{
    padding: 0 110px 6px 0;
    position: relative;
}
.country-list ul li img{
    float: left;
    margin: 4px 10px 2px 0;
}
.country-list .pdf{
    position: absolute;
    top: 0;
    right: 0;
}

/*-------------------------tabs-------------------------*/
.ui-tabs{
    padding: 0;
    color: #a1a1a1;
    font: 16px/24px 'HelveticaNeueLTStdRoman', Helvetica, Arial, sans-serif;
    border: none;
    border-radius: 0;
}
.ui-tabs .ui-tabs-nav{
    padding: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
}
.ui-tabs .ui-tabs-nav li{
    margin: 0;
    background: #b3b2b2;
    border-color: #b3b2b2;
    border-radius: 6px 6px 0 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    min-width: 35px;
    padding: 4px 12px;
    color: #707070;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.ui-tabs .ui-state-active,
.ui-tabs .ui-widget-content .ui-state-active,
.ui-tabs .ui-widget-header .ui-state-active{
    color: #9c9e9f;
    background: #fff;
}
.ui-tabs .ui-state-active a,
.ui-tabs .ui-state-active a:link,
.ui-tabs .ui-state-active a:visited{
     color: #9c9e9f;
}
.ui-tabs .ui-tabs-panel{
    padding: 30px 0;
}
.ui-widget-content{
    color: #a1a1a1;
}
.ui-widget-content img{
    max-width: 100%;
}

/*-------------------------MapPage-------------------------*/
.map-block{
    overflow: hidden;
}
.map{
    padding-bottom: 96px;
}
.map img{
    width: 100%;
    height: auto;
}
.map2{
    display: none;
    padding-bottom: 20px;
}
.map2 img{
    width: 100%;
    height: auto;
}
.office{
    position: relative;
    margin-bottom: 48px;
}
.office .img-wrap{
    width: 200px;
    float: left;
    margin-right: 20px;
}
.office .img-wrap img{
    max-width: 100%;
    vertical-align: top;
}
.office .info{
    float: left;
}
.office .info p{
    color: #7e7e7e;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 0;
}
.office .info p a{
    color: #7e7e7e;
    text-decoration: none;
}
.office .info .ttl{
    font-family: 'HelveticaNeueLTStdBd', Helvetica, Arial, sans-serif;
}

/*-------------------------Products-------------------------*/
.products-tbl .ttl{
    text-align: center;
}
.products-tbl .col{
    width: 25%;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    word-wrap: break-word;
    box-sizing: border-box;
    display: table-cell;
    vertical-align:middle;
    margin-bottom:10px;
}
.products-tbl .row:first-child{
    text-align: center;
    font-family: 'HelveticaNeueLTStdBd', Helvetica, Arial, sans-serif;
    background: #eee;
    color:#000;
    padding: 10px;
    display: table-cell;
}
.products-tbl .col:first-child,
.products-tbl .col:last-child{
    text-align: center;
}
.products-tbl .col img{
    max-width: 100%;
}
.products-tbl .col:nth-child(3){
    width: 50%;
}
/*-------------------------Sidebar-------------------------*/
.sidebar{
    width: 23%;
    float: right;
}
.sidebar .search-block{
    padding: 7px 0 20px;
}

.sidebar ul li{
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #e7eaec;
}
.sidebar ul li:before{
    content: '';
    position: absolute;
    top:50%;
    left: 6px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    background: #949494;
}
.sidebar ul li a{
    display: block;
    color: #5a657e;
    font: 16px/32px 'HelveticaNeueLTStdMd', Helvetica, Arial, sans-serif;
    text-decoration: none;
}
.sidebar ul li.active,
.sidebar ul li:hover{
    background: #3a7a8e;
}
.sidebar ul li:hover:before,
.sidebar ul li.active:before{
    background: #fff;
}
.sidebar ul li:hover a,
.sidebar ul li.active a{
    color: #fff;
}

/*-------------------------Footer-------------------------*/
.footer-top{
    padding: 46px 0 34px;
    color: #fff;
    background: #275968;
    background: -webkit-linear-gradient(left, #275968, #dbe0e5);
    background: -o-linear-gradient(right, #275968, #dbe0e5);
    background: -moz-linear-gradient(right, #275968, #dbe0e5);
    background: linear-gradient(to right, #275968, #dbe0e5);
}
.footer-top .container{
    position: relative;
}
.footer-top .col1{
    width: 32%;
    padding-right: 1.3%;
    float: left;
}
.footer-top .company{
    padding-bottom: 10px;
}
.footer-top .info{
    padding-bottom: 10px;
}
.footer-top a{
    color: #fff;
}
.footer-top .info a{
    text-decoration: none;
}
.footer-top .info a:hover{
    text-decoration: underline;
}
.footer-top .name{
    font-family: 'HelveticaNeueLTStdMd', Helvetica, Arial, sans-serif;
}
.footer-top .col2{
    width: 24%;
    float: left;
}
.footer-top .col2 p{
    padding-bottom: 18px;
}
.footer-top .col2 .pdf{
    padding: 0;
}
.footer-top .col2 .pdf a{
    color: #fff;
}
.footer-top .col-img{
    position: absolute;
    right: 5%;
    top: 0;
    width: 40%;
}
.footer-top .col-img img{
    max-width: 100%;
}

.footer-bot{
    padding: 24px 0 20px;
    color: #777;
    font-size: 14px;
    line-height: 16px;
    background: url(../img/grey-bg.png) repeat-y 50% 0;
    background-size: 100% auto;
}
.footer-bot p{
    position: relative;
    z-index: 2;
    display: inline-block;
}

/*-------------------------Media Queries-------------------------*/

@media only screen and (max-width: 1024px){
    .partners-block{
        padding: 50px 0 30px;
    }
    .partners li{
        width: 17%;
        padding: 0 1.5% 20px;
    }

    .top{
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (max-width: 980px){
    main{
        padding-top: 84px;
    }
    .container{
        padding: 0 16px;
    }
    header{
        padding: 14px 0;
        border-top-width: 8px;
    }
    .logo{
        max-width: 198px;
        height: 48px;
        line-height: 48px;
    }
    .nav{
        padding-top: 19px;
    }
    .nav li{
        padding: 0 8px 0 9px;
    }
    .nav li,
    .nav li a{
        font-size: 12px;
    }
    .lang{
        margin-top: 19px;
    }

    .subnav-block{
        padding-top: 26px;
    }
}

@media only screen and (max-width: 940px){
    .map{
        display: none;
    }
    .map2{
        display: block;
    }
}
@media only screen and (max-width: 900px){
    main {
        padding-top: 68px;
    }
    header {
        height: 40px;
        padding: 12px 0;
        border-top-width: 4px;
    }
    .logo {
        width: auto;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
    }
    header .nav{
        display: none;
    }
    .nav-icon{
        display: block;
    }
    .lang{
        display: none;
    }
    .navbar{
        display: block;
    }
}

@media only screen and (max-width: 800px){
    .banner-content .banner-text {
        max-width: 460px;
    }
    .banner-content h2{
        font-size: 28px;
        line-height: 33px;
    }

    .slider-block .img-col{
        margin: 0;
    }

    .content-wrap .content{
        width: 64%;
    }
    .content img{
        max-width: 100%;
    }
    .schedule {
        font-size: 16px;
        line-height: 20px;
    }

    .products-tbl .col,
    .products-tbl .col:nth-child(3){
        width: 100%;
        float: none;
        text-align: left;
    }
    .products-tbl .row:first-child{
        display: none;
    }
    .products-tbl .col:first-child,
    .products-tbl .col:last-child{
        text-align: left;
    }
    .products-tbl .row{
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }

    .sidebar{
        width: 28%;
    }

    .footer-top .col1{
        width: 38%;
        padding-right: 2%;
    }
    .footer-top .col2 {
        width: 35%;
    }
    .footer-top .col-img{
        width: 20%;
    }
}

@media only screen and (max-width: 768px){
    h1, h1 a{
        font-size: 30px;
        line-height: 36px;
    }
    h2, h2 a{
        font-size: 28px;
        line-height: 32px;
    }
    h3, h3 a{
        font-size: 24px;
        line-height: 26px;
    }
    h4, h4 a{
        font-size: 22px;
        line-height: 24px;
    }
    h1{
        margin-bottom: 30px;
    }

    .content-block{
        padding: 40px 0;
    }
    .content-block h2{
        font-size: 28px;
        line-height: 32px;
    }
    .willkommen {
        font-size: 18px;
        line-height: 24px;
    }

    .schedule{
        font-size: 16px;
        line-height: 18px;
    }
    .home .schedule{
        font-size: 14px;
        line-height: 18px;
    }
    .partners li {
        width: 21%;
        height: 40px;
        padding: 0 2% 25px;
        line-height: 40px;
    }

    .breadcrumbs {
        margin-bottom: 26px;
    }

    .footer-top .col1{
        width: 50%;
        padding-right: 4%;
    }
    .footer-top .col2{
        width: 36%;
    }
    .footer-top .col-img{
        display: none;
    }
}

@media only screen and (max-width: 734px){
    .content-block .img-col{
        width: 100%;
        text-align: center;
    }
    .content-block .img-col img{
        max-width: 80%;
        margin: 0 auto;
    }
    .content-block .text-col{
        width: 100%;
        padding-top: 20px;
    }

    .slider-block .img-col img{
        max-width: 60%;
        width: auto;
    }

    .content-wrap .content{
        width: 100%;
        float: none;
        padding: 0 0 40px;
    }
    .sidebar{
        width: 100%;
        float: none;
    }
    .banner-content h2 span{
        padding: 4px 7px 4px;
    }
}

@media only screen and (max-width: 685px){
    .footer-top .col2 {
        width: 46%;
    }
}

@media only screen and (max-width: 600px){
    .partners li {
        width: 25%;
        height: 36px;
        padding: 0 4.166% 33px;
        line-height: 36px;
    }
    .banner-content h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .schedule {
        font-size: 14px;
        line-height: 18px;
    }
    .schedule table tr td.col1{
        width: 100px;
    }
    .wpcf7-form p{
        width: 100%;
    }

}

@media only screen and (max-width: 480px){
    h1, h1 a{
        font-size: 28px;
        line-height: 32px;
    }
    h2, h2 a{
        font-size: 26px;
        line-height: 28px;
    }
    h1{
        margin-bottom: 20px;
    }
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="search"]{
        width: 100%;
        margin: 0 auto 10px;
    }

    main{
        padding-top: 58px;
    }
    header{
        height: 34px;
        padding: 10px 0;
        border-top-width: 4px;
    }
    .logo{
        width: 50%;
        height: 34px;
        line-height: 34px;
    }

    .banner-content h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .banner-content p{
        display: none;
    }

    .content-block h2{
        font-size: 26px;
        line-height: 28px;
    }
    .slider-block .img-col img{
        max-width: 80%;
        max-height: 280px;
    }
    .flexslider{
        padding: 0 30px;
        font-size: 14px;
        line-height: 18px;
    }
    .flex-direction-nav .flex-prev,
    .flexslider:hover .flex-direction-nav .flex-prev{
        left: 0;
    }
    .flex-direction-nav .flex-next,
    .flexslider:hover .flex-direction-nav .flex-next{
        right: 0;
    }
    .schedule{
        text-align: center;
    }
    .schedule table tr,
    .schedule table tr td{
        display: block;
        padding: 0;
        text-align: center;
    }
    .schedule table tr td.col1{
        width: 100%;
    }
    .schedule table tr{
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }

    .breadcrumbs {
        margin-bottom: 20px;
    }
    .country-list ul li{
        padding: 0 0 16px;
    }
    .country-list .pdf{
        display: block;
        position: static;
        padding-top: 6px;
    }

    .office{
        margin-bottom: 20px;
    }
    .office .img-wrap{
        width: 120px;
        margin-right: 10px;
    }


    .footer-top{
        padding: 30px 0;
    }
    .footer-top .col1{
        width: 100%;
        padding: 0 0 10px;
    }
    .footer-top .col2{
        width: 100%;
    }
}

@media only screen and (max-width: 380px){
    .navbar{
        width: 240px;
        left: -240px;
    }

    .office{
        text-align: center;
    }
    .office .img-wrap{
        float: none;
        margin: 0 auto 10px;
    }
    .office .info {
        float: none;
    }
    .banner-content h2 span{
        padding: 4px 7px 4px;
    }
}