/*
Theme Name: Cokuhn
Author: the Soda team
Version: 1.0
*/

.btn{
  border: 2px solid #0F5074;
  text-transform: uppercase;
  color: #0F5074;
  font-size: 16px;
  line-height: 27px;
  height: 42px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 6px;
  
  min-width: 180px;
  max-width: 100%;
  
  
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;    
}

.btn.btn-primary{
  border-color: #FC404F;
  color: #FC404F;
  background-color: transparent;
}

.linkto-home .btn.btn-primary{
  border-color: #0F5074;
  color: #0F5074;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:active:hover,
.linkto-home .btn.btn-primary:hover,
.linkto-home .btn.btn-primary:active,
.linkto-home .btn.btn-primary:focus,
.linkto-home .btn.btn-primary:active:hover{
  border-color: #0F5074;
  background-color: #0F5074;
  color: #fff;
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:active:hover{
  border-color: #FC404F;
  background-color: #FC404F;
}



@media (max-width: 490px){
  .btn{
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    height: 32px;
    line-height: 17px;
    min-width: 70px;
  }
  
  
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.page-header{
  padding-bottom: 0px;
  margin: 0px;
  border-bottom: 0px;
}


body{
  font-family: "Avenir W01", arial, sans-serif;
  color: #606060;
  background-color: #333;
}



body.privat{
}

h1 em{
  font-weight: 700;
  font-style: italic;
}

h2{
  font-size: 28px;
}

h3{
  font-size: 18px;
  color: #0F5074;
  font-weight: 700;
  letter-spacing: 1px;
}

p, ul{
  font-family: "Adelle W01", Georgia, serif;  
  font-weight: 100;
}


#header{
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 400px;
  max-height: 600px;
  background-color: #0F5074;
}

#header > div{
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 5;
  opacity: 0;
}

#header .header-section{
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  display: block;
  opacity: 0;
  
-webkit-transition: opacity 500ms ease;
-moz-transition: opacity 500ms ease;
-ms-transition: opacity 500ms ease;
-o-transition: opacity 500ms ease;
transition: opacity 500ms ease;    

}

.home #header .header-casual.active,
.privat #header .header-business.active{
  cursor: pointer;
}



#header .header-section > img{
  display: block;
  margin: 0px auto;
  height: 100%;
}

#header .header-business{
  background-color: #13496B;
  z-index: 20;
}

#header .header-casual{
  background-color: #FC404F;
  z-index: 10;
}

#header .header-line{
  cursor: ew-resize;
  width: 30px;
  margin-left: -15px;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  z-index: 30;
}


#header .header-line > div.line{
  height: 100%;
  width: 2px;
  margin: 0px 14px;
}

#header .header-line > div.indicator{
  width: 40px;
  margin-left: -5px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  
  position: absolute;
  top: 50%;
  margin-top: 0px;
  left: 0px;
  
  opacity: 0;


-webkit-transition: opacity 500ms ease;
-moz-transition: opacity 500ms ease;
-ms-transition: opacity 500ms ease;
-o-transition: opacity 500ms ease;
transition: opacity 500ms ease;  

}

#header .header-line:hover > div.indicator,
#header .header-line > div.indicator.visible{
  opacity: 1;
}


#header .header-line > div.indicator.hidden
#header .header-line > div.indicator.visible.hidden
#header .header-line:hover > div.indicator.hidden{
  opacity: 0;
}



#header .active-transitions{
-webkit-transition: all 800ms ease;
-moz-transition: all 800ms ease;
-ms-transition: all 800ms ease;
-o-transition: all 800ms ease;
transition: all 800ms ease;    
}


.logo{
  display: block;
  width: 130px;
  position: absolute;
  top: 40px;
  left: 50px;
  z-index: 40;
}

.admin-bar .logo{
  top: 72px;
}



.logo > svg,
.logo > img{
  display: block;
  max-width: 100%;
}





#page .business,
#page .privat{

  position: absolute;
  top: 50%;
  right: 0px;
  width: 355px;
  margin-top: 0px;
  z-index: 40;
  
  text-align: center;

}

.admin-bar #page .business,
.admin-bar #page .privat{
  margin-top: 16px;
}


#page .business{
  left: 0px;
  right: auto;
}


#page .business .btn,
#page .privat .btn{
  opacity: 0;
  display: inline-block;
  background-color: transparent;
  
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;

  width: 180px;

  border: 2px solid transparent;
  
  
}



#page .privat .btn{
  width: 180px;
}

.privat #page .business .btn,
.home #page .privat .btn,
.error404 #page .business .btn,
.error404 #page .privat .btn{
  opacity: 1;
  border: 2px solid #fff;
}


.privat #page .business.active .btn,
.home #page .privat.active .btn{
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}






.home.header-active #page .business .btn,
.privat.header-active #page .privat .btn{
  opacity: 1;
  border: 2px solid transparent;
}

.home #page .business .btn:hover,
.privat #page .privat .btn:hover{
  background-color: transparent;
  color: #fff;
  border: 2px solid transparent;
  cursor: default;
}

.privat #page .business.active .btn:hover,
.home #page .privat.active .btn:hover,
#page .business .btn:hover,
#page .privat .btn:hover{
  background-color: #fff;
  color: #FC404F;
  border: 2px solid #fff;
}

.privat #page .business.active .btn:hover,
#page .business .btn:hover{
  color: #0F5074;
}

.header-social-media{
  position: absolute;
  right: 0px;
  top: 45px;
  z-index: 40;
}

.admin-bar .header-social-media{
  top: 70px;
}

.header-link-mobile{
  display: none !important;
}

.header-social-media,
.header-link-desktop{
  opacity: 0;
-webkit-transition: opacity 500ms ease;
-moz-transition: opacity 500ms ease;
-ms-transition: opacity 500ms ease;
-o-transition: opacity 500ms ease;
transition: opacity 500ms ease;  
}


@media (max-width: 1100px){
  #page .business,
  #page .privat{
    margin-top: -20px;
  }
  
  .admin-bar #page .business,
  .admin-bar #page .privat{
    margin-top: -4px;
  }
  
  #page .business .btn,
  #page .privat .btn{
    font-size:14px;
  }
}

@media (max-width: 767px){

  .logo{
    top: 20px;
    left: 22px;
  }
  
  .admin-bar .logo{
    top: 62px;
    left: 22px;
  }


  #page .business,
  #page .privat{
    margin-top: -60px;
  }
  
  #page .business{
    display: none;
  }
  
  .admin-bar #page .business,
  .admin-bar #page .privat{
    margin-top: -44px;
  }

  .header-social-media{
    display: none;
  }
  
  .home.header-active #page .business .btn,
  .privat.header-active #page .privat .btn{
    display: none;
  }

}

@media (max-width: 590px){

  .logo{
    display: none;
  }
  
  #page .business,
  #page .privat{
    margin-top: 0px;
    top: 30px !important;
    display: none;
  }
  
  .admin-bar #page .business,
  .admin-bar #page .privat{
    margin-top: 0px;
    top: 90px !important;
  }

  .header-link-mobile{
    display: block !important;
    opacity: 0;
    
-webkit-transition: opacity 500ms ease;
-moz-transition: opacity 500ms ease;
-ms-transition: opacity 500ms ease;
-o-transition: opacity 500ms ease;
transition: opacity 500ms ease;  
  }

  .header-link-mobile a.svg-link{
    display: block;
    margin: 0px auto;
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
  }
  
  .header-link-mobile svg{
    display: block;
    width: 40px;
    height: 40px;
  }
  
  .header-link-mobile a.text-link{
    color: #fff;
    font-size: 10px;
    text-decoration: none !important;
  }
  
  #header .header-line > div.indicator{
    display: none;
  }
  
}



.page-intro {
  font-family:'Adelle W01';
  font-style: italic;  
  font-weight: 400;
  font-size: 26px;
  color: #606060;
  line-height: 40px;
  text-align: center;
  
  max-width: 800px;
  margin: 80px auto;
  margin-top: 100px;
}

.page-intro p{
  font-weight: 400;
}

.page-intro p small{
  font-family:'Adelle W01';
  font-weight: 100;
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  display: inline-block;
  margin-top: 25px;
}

.icon{
  text-align: center;
}

.section{
  background-color: #fff;
}

.section > .container > .icon:first-child{
  margin-top: 100px;
}

.icon + .page-intro{
  margin-top: 40px;
}

.page-content{
  max-width: 930px;
  margin: 0px auto;
  padding-bottom: 100px;
}



.page-content-home > div{
  z-index: 50;
  position: relative;
}

.page-content-home > .page-content-detail{
  z-index: 40;
  position: relative;
}

.page-content > .row > div{
  background-color: #ececec;
}

.home .page-content > .row > div{
  
-webkit-transition: background-color 500ms ease;
-moz-transition: background-color 500ms ease;
-ms-transition: background-color 500ms ease;
-o-transition: background-color 500ms ease;
transition: background-color 500ms ease;  
 
  cursor: pointer;
}

.page-content > .row > div:nth-child(2) {
  background-color: #e4e4e4;
}

.page-content > .row > div:nth-child(3) {
  background-color: #D8D8D8;
}




@media (max-width: 767px) {
  .page-intro {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .privat .subpage{
    cursor: pointer;
    
-webkit-transition: background-color 500ms ease;
-moz-transition: background-color 500ms ease;
-ms-transition: background-color 500ms ease;
-o-transition: background-color 500ms ease;
transition: background-color 500ms ease;     
  }

  .page-content > .row > div.subpage:hover{
    background-color: #cccccc;
  }

}


@media (max-width: 590px) {
  .page-intro {
    font-size: 16px;
    line-height: 30px;  
    margin: 60px auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .page-intro p small{
    font-size: 13px;
    line-height: 21px;
  }
  
  .page-content{
    padding-bottom: 40px;
  }
  
  .page-content.page-content-home{
    padding-bottom: 0px;
  }
  
  .privat  .subpage > .row > div:hover{
    background-color: transparent;
  }
}





.post-preview{
  text-align: center;
  padding: 60px 0px;
  font-size: 16px;
  height: 522px;
  position: relative;
}




.page-content-privat .post-preview{
  height: auto;
}


.post-preview h2{
  color: #0F5074;
  font-size: 34px;
  margin: 40px 0px 40px 0px;
}

.page-content-privat .post-preview h2{
  color: #FC404F;
  display: none;
}



.post-preview p{
  font-family: "Avenir W01", arial, sans-serif;
  font-weight: 400;
}

.post-preview .btn{
  margin-top: 40px;
  margin-bottom: 20px;
  width: 160px;
}

.page-content-privat .post-preview .btn{
  color: #FC404F;
  border-color: #FC404F;
}

.active .post-preview:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -20px;
  border-top: 20px solid #ececec;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  
-webkit-transition: border-color 500ms ease;
-moz-transition: border-color 500ms ease;
-ms-transition: border-color 500ms ease;
-o-transition: border-color 500ms ease;
transition: border-color 500ms ease;  
}

.home .page-content > .row > div:hover{
  background-color: #cccccc;
}

.subpage:nth-child(2) > .row > div.active .post-preview:after,
.page-content > .row > div.active:nth-child(2) .post-preview:after{border-top-color: #e4e4e4;}
.subpage:nth-child(3) > .row > div.active .post-preview:after,
.page-content > .row > div.active:nth-child(3) .post-preview:after{border-top-color: #D8D8D8;}

.page-content > .row > div:hover .post-preview:after,
.page-content > .row > div:hover:nth-child(2) .post-preview:after,
.page-content > .row > div:hover:nth-child(3) .post-preview:after,
.home .page-content > .row > div.active:hover .post-preview:after{border-top-color: #cccccc;}


.page.active .post-preview .btn{
  background-color: #0F5074;
  color: #fff;
  
}

.page-content-privat  .post-preview .btn{
  display: none;
}

.page-content > .row > div:hover .post-preview .btn{
  background-color: #0F5074  ;
  color: #fff;
}

.page-content-privat .page.active .post-preview .btn{
  background-color: #FC404F;
}

.page-content-privat.page-content > .row > div:hover .post-preview .btn{
  background-color: #FC404F;
}

.page-content-privat .btn:hover,
.page-content-privat .btn:active,
.page-content-privat .btn:focus,
.page-content-privat .btn:active:hover{
    border-color: #FC404F;  
}


.page-content-detail .post-detail > .row{
  background-color: #f1f1f1;  
  margin-left: 0px;
  margin-right: 0px;
}

.page-content-detail .post-detail{
  margin-left: -15px;
  margin-right: -15px;
  overflow-x: hidden;
}

.page-content-privat > .row{
  position: relative;
  z-index: 210;
}
.page-content-privat .page-content-detail{
  position: relative;
  z-index: 200;
}



.post-detail.with-transition{
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.subpage .post-detail{
  display: none;
  overflow: hidden;
}

.page-content-privat .post-detail h2{
  color: #FC404F;
}

.page-content-privat .subpage .post-detail{
  display: block;
  padding-bottom: 15px;
}

.subpage .post-detail .btn{
  width: 160px;
}

.post-detail .post-thumbnail{
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}


.post-detail .post-thumbnail img{

  display: block;
  width: auto;
height: 870px;
}

.page-content-business .post-detail .row > *{
  padding-left: 0px;
  padding-right: 0px;
}


.post-detail .post-content{
  padding: 40px 50px;
  padding-top: 50px;
  max-width: 100%;
  width: auto;
}

.page-content-privat .post-detail .post-content{
  padding: 0px;
}

.page-content-privat .subpage{
   padding: 20px 30px; 
   padding-right: 50px;
}

.subpage-blog .post-content{
  max-width: 100%;
}

.post-detail .post-content h3{
  margin-top: 30px;
  margin-bottom: 12px;
}

.post-detail .post-content h3:first-child{
  margin-top: 0px;
}

.post-detail .post-content p,
.subpage-blog .post-content p{
  font-size: 16px;
  line-height: 26px;
}


@media (max-width: 992px){
  .post-preview{
    height: 435px;
    padding-top: 50px;
  }

  .page-content-privat .post-preview{
    padding: 80px 0px;
  }

  .post-preview h2{
    margin-bottom: 20px;
  }

  .post-preview .btn{
    margin-top: 20px;
    width: 100%;
    min-width: 0px;
  }
  
  .post-preview p{
    font-size: 12px;
  }
}


@media (max-width: 767px){
  .post-preview{
    height: 280px;
    padding: 35px 0px;
  }
  
  .page-content-privat .post-preview{
    height: 290px;
    padding: 35px 0px;
  }
  
  


  .post-preview h2{
    font-size: 24px;
    margin: 20px 0px;
  }
  
  .post-preview p{
    display: none;
  }
  
  .post-preview .btn{
    margin-top: 15px;
  }  
  
  .post-preview .icon svg{
    width: 90px;
    height: 90px;
  }
  
  .page-content-privat .subpage{
    padding: 0px 15px;
  }
  
  .home  .page-content > .row > div:hover{
    background-color: #cccccc;
  }
  
  .page-content-privat .subpage .post-detail{
    display: none;
  }    
  
  .page-content-privat .post-preview h2,
  .page-content-privat .post-preview .btn  {
    display: block;
  }
  
  .post-preview h2{
    font-size: 22px;
  }

  .page-content-privat .post-detail h2{
    padding: 30px 45px;
    padding-bottom: 0px;
  }
  
  .page-content-privat .post-detail .post-content{
    padding: 30px 45px;
    padding-top: 10px;
  }
    
}

@media (max-width: 490px){
  .post-preview{
    padding: 20px 0px;
    height: 180px;
  }
  
  .page-content-privat .post-preview{
    height: 184px;
    padding: 20px 0px;
  }
  
  .post-preview h2{
    font-size: 13px;
    font-weight: 700;
    margin: 8px 0px;
  }
  
  .post-preview p{
   display: none; 
  }
  
  .post-preview .btn{
    margin-top: 20px;
  }  

  .post-preview .icon svg{
    width: 60px;
    height: 60px;
  }
  

  
  .active .post-preview:after{
    bottom: -24px;
    margin-left: -12px;
    border-top-width: 12px;
    border-right-width: 12px;
    border-left-width: 12px;
    border-bottom-width: 12px; 
  }
  
  .post-detail .post-content{
    padding: 30px 20px;
    padding-top: 40px;
  }

  .post-detail .post-content p,
  .subpage-blog .post-content p {
    font-size: 14px;
    line-height: 22px;
  }


  .page-content-privat .subpage{
     padding: 0px 15px; 
  }


  
  .page-content-privat .post-detail h2{
    display: none;
  }
  
  
  .page-content-privat .post-detail .post-content{
    padding: 30px 20px;
  }


}




.wpcf7-text{
  
}

.wpcf7-form-control.form-control{
  background-color: #A4A4A4;
  color: #fff;
  border-radius: 0px;
  border: 0px;
  outline: 0px;
  padding: 10px 16px;
}

.wpcf7-form-control.form-control.wpcf7-not-valid{
  background-color: #7c9daf;
}

.privat .wpcf7-form-control.form-control.wpcf7-not-valid{
  background-color: #f3959c;  
}



input.wpcf7-form-control{
  height: 42px;
}

textarea.wpcf7-form-control{
  height: 155px;
}

#form-phone{
  display: none;
}


.home textarea.wpcf7-form-control{
  height: 212px;
}

.home #form-phone{
  display: block;
}

.wpcf7-form-control-wrap{
  display: block;
}

span.wpcf7-not-valid-tip{
  display: block;
  position: absolute;
  top: -45px;
  background-color: FC404F;
  color: #fff;
  padding: 8px 12px;  
  
  display: none;
}

div.wpcf7-response-output,
div.wpcf7-validation-errors{
  padding: 0px;
  border: 0px;
  margin: 10px 0px;
}

.wpcf7-validation-errors{
  color: #0F5074;
}

.privat .wpcf7-validation-errors{
  color: #FC404F;
}

.wpcf7-form{
  position: relative;
}

.wpcf7-response-output.wpcf7-mail-sent-ok{
  background-color: #0F5074;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 15px;
  margin: 0px;
  padding: 47px;
  padding-left: 210px;
  
  
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  text-align: left;
}

.wpcf7-mail-sent-ok:before{
  content: url(./img/icon-mail-check2.svg);
  width: 170px;
  height: 100px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 35px;
  padding-left: 80px;
}

.privat .wpcf7-mail-sent-ok{
  background-color: #FC404F;

}





.form-section{
 background-color: #E8E8E8; 
  overflow: hidden; 
  position: relative;
}
.form-section:not(.form-section-closed){ 
 -webkit-transition: height 400ms ease;
-moz-transition: height 400ms ease;
-ms-transition: height 400ms ease;
-o-transition: height 400ms ease;
transition: height 400ms ease;

}

.form-section-closed{
  display: none;

}


.form-section > .container{
  max-width: 990px;
  padding-top: 80px;  
  padding-bottom: 80px;  
}

.form-section a.close-contact-form{
  position: absolute;
  color: #fff;
  top: 20px;
  right: 25px;
  font-size: 22px;
  opacity: 0.5;
  
 -webkit-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
-ms-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
}

.form-section a.close-contact-form:hover{
  opacity: 1;
}


.form-section .page-intro{
  margin-top: 0px;
  margin-bottom: 40px;
}


.wpcf7-form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.wpcf7-form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.wpcf7-form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

.placeholder { color: #fff; }/* Internet Explorer 9 */

.textarea-submit{
  position: relative;
  margin-bottom: 0px;
}

#comments input[type=submit],
.textarea-submit input.btn{
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #FC404F;
  border-color: #FC404F;
  border-radius: 0px;
  color: #fff;
  font-weight: 700;
  font-family: "Avenir W01", arial, sans-serif;
  width: 160px;
  line-height: 27px;
}

.home .textarea-submit input.btn{
  background-color: #0F5074;  
  border-color: #0F5074;
}

.textarea-submit input.btn:hover{
  opacity: 0.9;
}

.ajax-loader{
  display: none;
  position: absolute;
}


@media (max-width: 767px){
  .section.form-section{
    background-color: #fff;
    padding-bottom: 0px;
  }
  
  .form-section div[role=form]{
    background-color: #E8E8E8;
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 20px;
  }
  
  .textarea-submit input.btn{
    width: 80px;
    height: 32px;
    line-height: 17px;
  }
  
  .wpcf7-response-output.wpcf7-mail-sent-ok{
    bottom: 0px;
    padding-top: 112px;
    padding-left: 160px;
    font-size: 18px;
    line-height: 30px;
  }
  
  .wpcf7-mail-sent-ok:before{
    padding-top: 115px;
    padding-left: 40px;
  }
  
  .privat .wpcf7-mail-sent-ok{
    background-color: #FC404F;
  
  }
}

@media (max-width: 490px){
  .section > .container > .icon:first-child{
    margin-top: 70px;
  }
  
  
  .wpcf7-response-output.wpcf7-mail-sent-ok{
    padding: 20px;
    padding: 40px;
    text-align: center;
  }
  
  .wpcf7-mail-sent-ok:before{
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
    position: relative;
    margin: 0px;
    height: 120px;
    
    
  }
}


.subpage-blog .icon{
  padding: 80px 0px;
  padding-left: 14px;
}

.subpage-blog h2{
  margin-top: 20px;
  color: #FC404F;
}

.subpage-blog .post-content{
  padding-right: 50px;
  line-height: 28px;
}



.linkto-section{
   padding: 100px 0px;
   padding-top: 20px;
  text-align: center;
}



.linkto-section .page-intro{
  margin-top: 40px;
  margin-bottom: 45px;
}

.error-404{
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.error-404 .linkto{
  color: #fff;  
  padding: 60px 40px;
  text-align: center;;
}

.error-404 .linkto p{
  font-style: italic;
  font-size: 19px;
  margin: 40px 0px;
}

.error-404 .linkto a.btn-primary{
  border-color: #fff;
  color: #fff;
}

.error-404 .linkto a.btn-primary:hover{
  background-color: #fff;
  border-color: #fff;
  color: #0F5074;
}

.error-404 .linkto-home{
  background-color: #0F5074;
}

.error-404 .linkto-privat{
  background-color: #F95663;
}

.error-404 .linkto.linkto-privat a.btn-primary:hover{
  color: #FC404F;
}

.error-404 .icon svg path{
  stroke: #fff !important;
}

.blog-section{

}

.blog-section .page-intro{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}


.the-blog-categories{
  display: block;
  margin: 0px;
  padding: 0px;
  padding-bottom: 90px;
  text-align: center;  
}

.the-blog-categories ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.the-blog-categories ul > li{
  display: inline-block;
  margin: 0px 6px;
  padding: 0px;
}

.the-blog-categories ul > li > a{
  color: #999999;
  text-transform: uppercase;
  font-family: "Avenir W01", arial, sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  border: 2px solid #FC404F;
  padding: 9px 12px;
  padding-top: 10px;
  color: #FC404F;
  opacity: 0.95;
  
   
-webkit-transition: color 200ms ease;
-moz-transition: color 200ms ease;
-ms-transition: color 200ms ease;
-o-transition: color 200ms ease;
transition: color 200ms ease;
}

.the-blog-categories ul > li > a:hover{
  color: #ffffff;
  background-color: #FC404F;
  text-decoration: none;
}



.the-blog{

   position: relative;
   overflow: hidden;
   background-color: #999;
   height: 0px;
   
-webkit-transition: height 200ms ease;
-moz-transition: height 200ms ease;
-ms-transition: height 200ms ease;
-o-transition: height 200ms ease;
transition: height 200ms ease;
}

.more-section .blog-post,
.the-blog > div{
  width: 50%;
  float: left;
  overflow: hidden;
  background-color: #ccc;
  opacity: 0;
  
-webkit-transition: opacity 500ms ease;
-moz-transition: opacity 500ms ease;
-ms-transition: opacity 500ms ease;
-o-transition: opacity 500ms ease;
transition: opacity 500ms ease;
}

.the-blog > div.loaded{
  opacity: 1;
}



.the-blog > div:first-child{
  width: 100%;
}

.the-blog > div:first-child img{
  display: block;
  width: 140%;
  margin-left: -20%;
}

.more-section .blog-post > img,
.the-blog > div img{
  width: 100%;
  display: block;
}

.more-section .blog-post > img.active,
.the-blog > div img.active{ 
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;

-webkit-transform: translateZ(0);
-webkit-backface-visibility:hidden; 
}

.more-section .blog-post:hover > img.active,
.the-blog > div:hover img.active{
  transform: scale(1.04);  
-ms-transform: scale(1.04, 1.04);
}


.page-info{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  padding: 20px 60px;
}

.the-article .page-info{
  width: 800px;
  margin: 0px auto;
  left: 50%;
  margin-left: -400px;
}

.page-info > div{display: table; width: 100%;height: 100%;}
.page-info > div > div{display: table-row; height: 100%;}
.page-info > div > div > div{display: table-cell; vertical-align: middle; height: 100%;}

.page-header h1,
.the-article h2,
.the-blog h2,
.more-section .blog-post h2{
  font-family: "Adelle W01", Georgia, serif;  
  font-weight: 400;
  font-size: 38px;
  line-height: 52px;
  font-style: italic;
}

.more-section .blog-post h2 a:hover,
.the-blog h2 a:hover{
  text-decoration: none;
}

.more-section .page-info a,
.more-section .page-info *,
.the-blog a{
-webkit-transform: translateZ(0);
-webkit-backface-visibility:hidden;     
}

.page-header h1 em{
  font-style: normal;
  font-weight: 700;
}

.the-article h2 em,
.blog-post h2 em{
  font-style: normal;
  font-weight: 100;
}




.page-header h1{
  font-size: 42px;
  line-height: 58px;
}

.the-article h2{
  font-size: 42px;
  line-break: 48px;
}

.the-article .article-meta,
.the-blog .article-meta,
.the-article .article-meta ul.categories{
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.the-blog .page-info{
   z-index: 100; 
}

.the-blog .article-link{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-indent: -10000px;
  overflow: hidden;
  
   z-index: 110; 
}

.page-header{
  height: 400px;
  overflow: hidden;
  position: relative;
}

.page-header .go-back{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.2);

}

.page-header .go-back .btn{
  background-color: #fff;
  border-radius: 0px;
  color: #F95663;
  font-weight: 400;
  font-size: 15px;
  padding-right: 10px;
  width: auto;
  min-width: 0px;
  padding: 9px 17px;  
  border: 0px;
  display: block;
  float: left;
  position: relative;
  
  
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;  
}


.page-header .go-back .btn:hover{
  color: #fff;
  background-color: #F95663;
  border-radius: 0px;
}

.page-header .go-back .btn.back-to-blog{
  padding-left: 56px;

}


.page-header .go-back .btn.back-to-home,
.page-header .go-back .btn.back-to-privat{
  float: right; 
  color: #fff;
  background-color: #F95663;
  padding: 9px 22px;  
  width: 172px;
}

.page-header .go-back .btn.back-to-home{
  background-color: #0F5074;
}

.page-header .go-back .btn.back-to-home:hover{
  color: #0F5074;
  background-color: #fff;
}

.page-header .go-back .btn.back-to-privat:hover{
  color: #F95663;
  background-color: #fff;
}


.page-header .go-back .btn svg{
  position: absolute;
  top: 13px;
  left: 15px;
}

.page-header .go-back .btn.back-to-home svg,
.page-header .go-back .btn.back-to-privat svg{
  height: 30px;
  width: 30px;
  top: 7px;
  left: 9px;
}

.page-header .go-back .btn.back-to-home svg path{
  stroke: #0F5074;
}

.page-header .go-back .btn.back-to-privat svg path{
  stroke: #F95663;
}


.page-header .go-back .btn svg path{
  -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;  
}

.page-header .go-back .btn:hover svg path{
  stroke: #fff;
}

@media (max-width: 767px){
  .page-header .go-back .btn{
    padding: 9px 12px !important;
  }

  .page-header .go-back .btn svg{
    display: none;
    width: 20px;
    height: 14px;
    top: 9px;
    left: 12px;
  }
  
  .the-blog-categories{
    padding-bottom: 40px;
  }
  
  .the-blog-categories ul > li{
    margin: 0px 3px;
  }
  
  .the-blog-categories ul > li > a{
    font-size: 11px;
    padding: 7px 8px;
    letter-spacing: 0px;
  }
}


.page-header img{
  display: block;
  min-width: 100%;
  min-width: 100%;
  opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;  
}

.page-header img.loaded{
  opacity: 1;
}

.the-article .page-content{
  margin: 100px auto;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.the-article h2{
  margin-bottom: 30px;
}

.post-header {
  overflow: hidden; 
  position: relative;
}

.post-header img{
  opacity: 0.9;
  height: 197px;

-webkit-transition: opacity 300ms ease;
-moz-transition: opacity 300ms ease;
-ms-transition: opacity 300ms ease;
-o-transition: opacity 300ms ease;
transition: opacity 300ms ease; 
-webkit-transform: translateZ(0);
-webkit-backface-visibility:hidden;   
}

.post-header:hover img{
  opacity: 1;
}


.post-content,
.post-footer{
  width: 750px;
  max-width: 100%;
  margin: 0px auto;
}



.post-content h2{
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: center;
  color: #999;
}

.post-content h2 + h2{
  margin-top: 0px;
}

.post-content h3{
  font-size: 20px;
  margin-top: 45px;
  padding-top: 0px;
  line-height: 32px;
}

.post-content p,
.post-content ul{
  margin-top: 38px;
  margin: 0px;
  font-size: 19px;
  font-weight: 100;
  line-height: 1.98;
}

.post-content p + ul,
.post-content ul + p,
.post-content p + p{
  margin-top: 29px
}

.post-content h2 + p,
.post-content h2 + ul{
  margin-top: 8px;
}

.post-content h3 + p,
.post-content h3 + ul{
  margin-top: 0px;
}

.post-content p strong{
  font-weight: 400;
}

.post-content iframe{
  margin: 60px auto;
  display: block;
  width: 750px;
  height: 422px;
}

.post-content blockquote{
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 60px;
  color: #888;
  border-color: rgba(14, 80, 116, 0.22);  
}

.post-content blockquote strong:first-child,
.post-content blockquote strong:last-child{
  font-style: normal;
  color: #0F5074;
  display: inline-block;
  font-size: 0.8em;
  padding-bottom: 8px;
}

.post-content blockquote strong:last-child{
  padding-bottom: 0px;
  padding-top: 8px;
}

.post-footer{
  color: #bbb;
  margin-top: 40px;
  text-transform: uppercase;
}

.post-footer a{
  color: #bbb;  
}

.categories .category a:hover{
  color: #F95663;
}

.post-footer:before{
  display: inline-block;
  content: "—";
  padding-right: 15px;
}

a.read-post{
  font-weight: bold;
  color: #0F5074;
  position: relative;
  padding-right: 30px;
  
-webkit-transition: color 200ms ease;
-moz-transition: color 200ms ease;
-ms-transition: color 200ms ease;
-o-transition: color 200ms ease;
transition: color 200ms ease;
}

.read-post:before{
  display: inline-block;
  content: "—";
  color: #bbb;
  padding-right: 15px;
  padding-left: 13px;
}

.read-post:hover{
  color: #F95663;
  text-decoration: none;
}

.read-post:hover:before{
  color: #bbb;
}

a.read-post svg{
  position: absolute;
  display: block;
  right: 20px;
  top: 1px;
  opacity: 0;
  
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;  
}

a.read-post svg *{
  stroke: #0F5074;
}

a.read-post:hover svg{
  right: 0px;
  opacity: 1;
}

a.read-post:hover svg *{
  stroke: #F95663;
}



@media (min-width: 769px){
  .page-info{
    background-color: transparent !important;
    padding: 10px 10px;
  }
  

}

@media (max-width: 992px){

  .the-blog h2{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .post-header{
    margin-bottom: 25px;
  }
  
  .post-content iframe{
    width: 720px;
    height: 405px;
  }
}

@media (max-width: 767px){


  .the-blog h2{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .the-blog .article-meta{
    font-size: 12px;
    margin-top: 6px;
  }
  
  .the-blog .article-meta .categories{
    display: none;
  }
 
   .the-blog .blog-post:first-child .article-meta .categories{
    display: inline-block;
  }

  .blog-post .page-info,
  .the-article .page-info{
    width: 100%;
    margin-left: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
  }
  
  .the-article .page-content{
    margin: 60px auto;
  }
  

  .page-header h1 {
    font-size: 32px;
    line-height: 42px;
  }
  
  .post-content h3{
    font-size: 18px;
    line-height: 29px;
  }
  
  .post-content p,
  .post-content ul{
    font-size: 16px;
  }
  
  
  .post-content iframe{
    max-width: 100%;
    max-height: 350px;    
  }
  
  .post-content blockquote{
    padding: 0px 40px;
  }

.read-post{
  font-weight: bold;
  display: block;
  float: right;
  margin-top: -21px;

}

.post-footer a.read-post{
  color: #0F5074;
}

.read-post:before{
  display: none;
  content: none;
}


}


@media (max-width: 490px){

  .linkto-section .icon svg{
    width: 90px;
    height: 90px;
  }

  .page-header h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .page-info{
    padding: 0px;
  }

  .post-content h3{
    font-size: 15px;
    line-height: 21px;
  }
  
  .post-content p,
  .post-content ul{
    font-size: 12px;
    line-height: 1.8;
  }
  
  .post-content ul{
    padding-left: 18px;
  }  
  
  .the-blog h2{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .the-blog .article-meta{
    font-size: 12px;
    margin-top: 6px;
  }
  
  .the-blog .article-meta .categories{
    display: none;
  }
  
  .post-content iframe{
    max-width: 100%;
    max-height: 200px;    
  }
  
  .post-content blockquote{
    padding: 0px 25px;
    padding-right: 0px;
  }
  
.page-header .go-back{
  height: 32px;

}
  
  
  
}



.article-list{
  background-color: #fff;
  padding: 100px 0px;
}


.article-list .list-article{
  margin: 80px 0px;
}

.article-list .page-header{
  height: 160px;
}

.article-list .page-header a{
  display: block;
}

.article-list .page-header img{
  display: block;

}

.article-list .page-header img.active{
  transition: all .3s ease-out;  
}

.article-list .page-header:hover img{
-ms-transform: scale(1.04, 1.04);
  transform: scale(1.04);  
}


.article-list .post-content h2{
  text-align: left;
  text-transform: uppercase;
}

.article-list .post-content h2 a:hover{
  text-decoration: none;
}

.article-list .post-footer{
  margin-top: 12px;
}


@media (max-width: 490px){

  .post-footer{
    font-size: 11px;
  }
  

}



.categories{
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  
  font-family: "Avenir W01", arial, sans-serif;
}

.categories .category{
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;  
}

.categories .category a{
  text-decoration: none;
  color: inherit; 
  
-webkit-transform: translateZ(0);
-webkit-backface-visibility:hidden; 
}

.categories .category a:hover{
  opacity: 0.9;
}

.categories .category em{
  font-weight: 700;
  font-style: italic;
}

.categories:before{
  display: inline-block;
  content: "—";
  padding-right: 15px;  
  padding-left: 13px;
}

.categories .category + .category:before{  
  display: inline-block;
  content: ", ";
  padding-right: 3px;
    
}

@media (max-width: 767px){


  
  .post-footer .categories{
    display: block;
    padding-top: 3px;

  }
  
  .post-footer .categories:before{
    padding-left: 0px;  
  }

}

@media (max-width: 490px){
  .post-footer{
    font-size: 11px;
  }
}


#footer{
  background-color: #F95663;
  color: #fff;
  padding: 40px 0px;
}



.home #footer{
  background-color: #0F5074;
}

.social-media ul{
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  
  width: 281px;
  height: 35px;
  margin: 0px auto;
}



.social-media ul li,
.social-media ul li a{
  display: inline-block;
  margin: 0px;
  padding: 0px;
  height: 35px;
}



.social-media ul li{
  margin: 0px 13px;
}

.social-media svg{
  display: inline-block;
}

.social-media a.social-twitter{ margin-right: 1px;}
.social-media a.social-linkedin{ margin-left: 1px;}
.social-media a.social-mail{ margin-left: -5px;}

.social-media a.social-twitter svg{ height: 30px;}
.social-media a.social-facebook svg{ height: 32px;}
.social-media a.social-xing svg{ height: 30px;}
.social-media a.social-linkedin svg{ height: 33px;}
.social-media a.social-mail svg{ height: 27px;}

.social-media .open-contact-form{
  padding-left: 4px;
}

.social-media .open-contact-form svg{
  width: 28px;
}



.social-media ul li a{
  opacity: 0.8;
  position: relative;
-webkit-transform: translateZ(0);
-webkit-backface-visibility:hidden;   
  
  
-webkit-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
-ms-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;     
}

.social-media ul li a:hover{
  opacity: 1;
}

.social-media ul li a svg{

}






.more-section > h2{
  font-family:'Adelle W01';
  font-style: italic;  
  font-weight: 400;
  font-size: 22px;
  color: #606060;
  line-height: 36px;
  text-align: center;
  
  max-width: 800px;
  margin: 0px auto;
  margin-bottom: 30px;
}


.more-section .blog-post{
  width: 33.33%;
  float: left;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  
-webkit-transition: height 300ms ease-out;
-moz-transition: height 300ms ease-out;
-ms-transition: height 300ms ease-out;
-o-transition: height 300ms ease-out;
transition: height 300ms ease-out;
}

.more-section .blog-post .page-info{
  padding: 0px 10px;
}

.more-section .blog-post + .blog-post{
  border-left: 1px solid #fff;
}


.more-section .blog-post .article-link{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-indent: -200%;
  overflow: hidden;
}


.more-section .blog-post h2{
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 1300px) {
  .more-section .blog-post h2{
    font-size: 20px;
    line-height: 27px;
  }
}

@media (max-width: 1300px) {
  .more-section .blog-post h2{
    font-size: 20px;
    line-height: 27px;
  }
}

@media (max-width: 992px) {
  .more-section .blog-post:last-child{
    display: none;
  }
  
  .more-section .blog-post{
    width: 50%;
  }
}

@media (max-width: 767px) {
  .more-section .article-meta .categories{
    display: none;
  }
}

@media (max-width: 490px) {
  .more-section .blog-post h2{
    font-size: 13px;
    line-height: 20px;
  }
  .more-section .article-meta{
    display: none;
  }
}

#comments .container{
  width: 780px;
  max-width: 100%;
  padding-bottom: 80px;
}



#comments .comment-form-container .comment-respond{
  display: none;
}

#comments.comment-form-open .comment-respond{
  display: block;
}


#comments .comment-field,
#comments .open-comment-form{

  display: block;
  border: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 27px 35px;
  
  color: rgba(0, 0, 0, 0.3);  
  text-decoration: none;
  font-family: "Adelle W01", Georgia, serif; 
  font-weight: 100;
  font-size: 16px;
  
  cursor: text;
}

#comments .comment-field{
  color: #333;
}

#comments.comment-form-open .open-comment-form{
  display: none;
}

#comments #reply-title{
  display: none;
}

#comments .comment-form-container{
  margin-bottom: 45px;
}

#comments .post-content{

}

#comments .post-content p.comment-notes{
  font-size: 14px;
  color: #888;
  margin-top: 5px;
}

#comments .post-content p.logged-in-as{
  font-size: 14px;
  color: #888;  
}

#comments h3.comments-title{
  color: #666;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 17px;
}

#comments .wpcf7-form-control.form-control{
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
}


#comments .wpcf7-form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(0, 0, 0, 0.3);
}
#comments .wpcf7-form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    rgba(0, 0, 0, 0.3);
   opacity:  1;
}
#comments .wpcf7-form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    rgba(0, 0, 0, 0.3);
   opacity:  1;
}
#comments .wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    rgba(0, 0, 0, 0.3);
}

#comments .placeholder { color: rgba(0, 0, 0, 0.3); }/* Internet Explorer 9 */

#comments .comment-form-author,
#comments .comment-form-email{
  float: left;
  width: 50%;
  margin: 0px;
}

#comments .comment-form-autho{
  padding-right: 15px;
}

#comments .comment-form-email{
  padding-left: 15px;
}

#comments .form-submit{
  clear: both;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 25px;
}

#comments input[type=submit]{
  position:relative;
  margin:0px auto;
  display: block;
}

.published-comments{
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);  
}

.published-comments .comment{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 27px 0px;
  position: relative;
}

.published-comments .comment-author{
  font-weight: 100;
  color: #FC404F;
  font-size: 16px;
}

.published-comments .comment-meta{
  color: #aaa;
  font-size: 12px;
}

.post-content .published-comments .comment-content p{
  font-size: 16px;
  margin-top: 8px;
}

.published-comments .comment .comment{

  border-left: 5px solid #f4f4f4;
  border-top: 0px;
  
  padding: 5px 0px;
  padding-left: 50px;
  margin: 30px 0px;
  margin-bottom: 0px;
}

.published-comments .comment .reply{
  position: absolute;
  top: 25px;
  right: 10px;
}

.published-comments .comment .comment-reply-link{
  color: #ddd;
  text-decoration: underline;
}



.published-comments .comment .comment-reply-link:hover{
  color: #FC404F;
}

@media (max-width: 490px) {

.published-comments .comment-author{
  font-size: 13px;
}

.published-comments .comment-meta{
  font-size: 10px;
}

.published-comments .comment-content{
  font-size: 13px;
  margin-top: 20px;
}
  
}


  
#partners .page-intro{
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
  margin-top: 0px;
}




.partner .partner-text,
.partner .partner-logo{
  padding: 0px;
}

.partner a{
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 200ms ease;
}

.partner a:hover{
  opacity: 1;
}

.partner-logo img{
  display: block;
  max-width: 100%;
  
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  opacity: 0.3;

   transition: all 200ms ease;
}

.partner a:hover img{
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  opacity: 1;


}

.partner .partner-text{
  padding-left: 40px;
  font-size: 13px;
}

.partner .partner-text h3{
  font-size: 16px;
  margin-top: 0px;
}

.partner .partner-text a:hover{
  text-decoration: underline;
}

@media (max-width: 590px) {
  #partners .page-intro{
    margin-top: 40px;
    margin-bottom: 20px;
  }  
  
  .partner .partner-text{
    padding-left: 20px;
  }
}

@media (min-width: 768px){

  #partners .page-intro{
    margin-top: 0px;
    margin-bottom: 40px;
  }


  .partner .partner-text{
    padding-left: 40px;
    font-size: 14px;
  }
  
  .partner .partner-text h3{
    font-size: 18px;
    margin-top: 15px;
  }  
}


@media (min-width: 992px){
  .partner .partner-text{
    font-size: 18px;
  }
  
  .partner .partner-text h3{
    font-size: 22px;
    margin-top: 20px;
  }  
}





