/*   
Theme Name: ICS - Export Know How
Theme URI: http://www.webnologie.at/
Description: Template f�r ICS von WEBNOLOGIE.AT
Author: Emanuel H�lzl
Author URI: http://www.webnologie.at/
*/
.section-overlay {
    background-size: cover;
    background-position: center;
}

.sortcontainer {
    float: right;
    color: #4e4e4e;
}

.sortcontainer span {
    cursor: pointer;
    padding-left: 4px;
    color: #4696ef;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bolder;
}

.sortcontainer span:hover {
    text-decoration: underline;
}

.sortcontainer span.active {
    text-decoration: underline;
}

.postslider_button {
    padding: 8px 16px;
    background: #4696ef;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.postslider_button:hover {
    color: #fff;

}

.checkCard {
    min-height: 185px !important;
}

.checkCard:hover {
    background: #4696ef;
}

.checkCard:hover i, .checkCard:hover h3 {
    color: #fff !important;
}

.checkCard:hover p {
    color: #f5f5f5 !important;
}

.sa_owl_theme .owl-dots {
    position: sticky !important;
    margin-top: -20px !important;
}

.owl-nav button span, .owl-prev span, .owl-next span {
    display: none !important;
}

html body div .owl-pagination-true {
    margin-bottom: 0px !important;
}

.type2 .entry-item .entry .entry-head {
    padding-top: 0px;
}

.type2 .entry-item .entry {
    padding: 0 10px 30px;
}

.type2 .entry-item h2.entry-title {
    font-size: 22px;
}

.type2 .entry-item {
    margin-bottom: 20px;
}

.entry-date {
    display: none !important;

}

table.noborder td {
    border: none !important;
}

img.alignleft {
    margin-bottom: 5px !important;
}

.exportfitcheck {
    background-color: #4696ef;
    line-height: 64px;
    color: #fff !important;
    width: 50% !important;
    margin: 0 auto !important;
    font-size: 34px;
}

.exportfitchecksub {
    font-size: 18px;
    font-weight: 600;
}

#exportfitcheck a {
    text-decoration: underline;
}

#exportfitcheck .jetztstarten {
    padding: 20px;
    background-color: #4696ef;
    border: none;
    font-weight: bold;
    font-size: 14px;
}

#exportfitcheck .jetztstarten:hover {
    text-decoration: none;
}

#aboutics a {
    text-decoration: underline;
}

#logoleiste img {
    max-width: 25%;
    float: left;
}

hr {
    clear: both;
}

.tmm .tmm_3_columns .tmm_member {
    margin-right: 0% !important;
    margin-left: 0% !important;
}

.tmm_container > div.tmm_member {
    width: 100%;
}

.fragencontainer .fragenblockOuter {
    float: left;
    width: 33.33%;
}

.fragencontainer .fragenblockOuter.zweispalten {
    width: 50%;
}

.fragencontainer .frageblock i {
    color: #4696ef;
}

.fragencontainer .frageblock {
    margin: 10px;
    padding: 15px 15px;
    border: 1px solid #4696ef;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /*min-height:230px;*/
    max-height: 250px;
    overflow: hidden;
}

.fragencontainer .fragenblockOuter.videobox .frageblock {
    background-color: #4696ef;
    color: #fff;
}

.fragencontainer .fragenblockOuter.videobox h2, .fragencontainer .fragenblockOuter.videobox h3,
.fragencontainer .fragenblockOuter.videobox h4 {
    color: #fff !important;
}

.fragencontainer .fragenblockOuter.videobox .frageblock {
    height: 211px;
}

.fragencontainer .fragenblockOuter.videobox a {
    padding: 0;
    margin: 0;
}

.fragencontainer .fragenblockOuter.videobox a {
    padding: 0;
    margin: 0;
}

.fragencontainer .fragenblockOuter.videobox img {
    padding: 0;
    margin: 0 !important;
}

@media ( max-width: 1024px) {
    .fragencontainer .fragenblockOuter {
        width: 50%;
    }
}

.fragencontainer .frageblock h3 + p {
    min-height: 75px !important;
}

.fragencontainer .frageblock a.glossaryLink + p {
    min-height: 75px !important;
}

.fragencontainer .frageblock i {
    font-size: 32px;
    text-align: center;
    display: block;
}

.fragencontainer .frageblock h3 {
    position: relative;
    font-weight: 600 !important;
}

.fragencontainer .frageblock:hover h3 {

}

.fragencontainer .frageblock:hover h3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 20px;
    left: 0;
    background-color: #4696ef;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.fragencontainer .frageblock:hover h3:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fragencontainer .frageblock:hover {
    border: 1px solid #4696ef;
}

.fragencontainer .frageblock:hover i {
    color: #4696ef;
}

.fragencontainer .frageblock h3, .fragencontainer .frageblock div,
.fragencontainer .frageblock p {
    text-align: center;
}

.fragencontainer .frageblock div, .fragencontainer .frageblock p {
    margin-bottom: 0px !important;
}

.fragencontainer .frageblock h3 {
    margin: 15px 0 !important;
}

.fragencontainer .frageblock a:not (.glossaryLink) {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 15px;
    color: #333333;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 400;
    background-color: #222222;
    border: 1px solid #222222;
    border-radius: 2px;
    color: #ffffff;
    outline: 0;
    transition: all .15s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}

.fragencontainer .frageblock a.fancybox-youtube {
    margin: 0;
    padding: 0;
}

.fragencontainer .frageblock a.fancybox-youtube img {
    width: auto;
    height: 130px;
}

.fragencontainer .frageblock a:not (.glossaryLink ):hover {
    background-color: #4696ef;
    border: 1px solid #4696ef;
    color: #ffffff;
    text-decoration: none;
}

.fragencontainer {
    clear: both;
}

#header.type2 {
    position: relative;
    padding: 20px 0;
}

#header.type2 .primary_menu ul.main-menu li a {
    color: #111;
}

.footer {
    background: #4696ef;
}

.footer a, .footer p, .footer div, .footer i {
    color: #fff !important;
    border-color: #fff;
}

.entry-content h3 {
    text-transform: inherit;
    font-size: 18px !important;
}

@media ( min-width: 1025px) and (min-height: 1000px) {
}

/*.infobox{
	background-color:#4696ef!important;
}
.infobox p,.infobox a,.infobox div,.infobox li,.infobox i{
	color:#f5f5f5!important;
}
.infobox h4{
	color:#fff!important;
}

*/
section.bgcontent {
    position: static;
}

.video-bg .video-container {
    opacity: .6;
}

.primary_menu a {
    font-weight: 600;
}

/*==================     Banner    ======================*/
#contHomePunkte .container.banner_wr {
    position: absolute;
    bottom: 25px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media ( min-width: 1025px) and (min-height: 1000px) {
    #contHomePunkte .container.banner_wr {
        /*    position: absolute;
        bottom: 25px;
        margin: 0 auto;
        left: 0;
        right: 0; */

    }
}

.bgcontent .container.banner_wr {
    z-index: 10;
}

.banner_wr {
    position: relative;
    min-height: 308px;
}

.banner {
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 0;
}

.banner:before, .banner:after {
    display: table;
    content: "";
    line-height: 0;
}

.banner:after {
    clear: both;
}

.banner li {
    box-shadow: 0 20px 20px -8px #030620;
    position: relative;
    margin-top: 30px;
    width: 19%;
    margin-right: 1%;
    height: 318px;
    padding: 25px 29px 20px;
    float: left;
    color: #000;
    background: #f5f5f5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.banner li:hover, .banner li.hovered {
    margin-top: 0px;
    height: 348px;
    padding-bottom: 50px;
}

.banner li [class*="fa-"] {
    font-size: 62px;
    line-height: 1;
    color: inherit;
}

.banner li a.arrow {
    position: absolute;
    bottom: 26px;
    right: -30px;
}

.banner li a.arrow:before {
    font-family: "FontAwesome";
    font-size: 19px;
    line-height: 1;
    color: #999;
    content: ">";
}

.banner li a.arrow:hover, .banner li.hovered a.arrow {
    opacity: .7;
}

.banner li:hover a.arrow, .banner li.hovered a.arrow {
    right: 30px;
}

.banner li:nth-child(1) {
    /*background: #F09723;*/

}

.banner li:nth-child(2) {
    /*background: #F09723;*/

}

.banner li:nth-child(3) {
    /*background: #F09723;*/

}

.banner h3 {
    color: #111;
}

.banner p {
    line-height: 28px;
    color: #111;
}

.banner [class*="fa-"] + h3 {
    margin-top: 17px;
}

.banner h3 + p {
    margin-top: 13px;
}

@media ( max-width: 1199px) {
    /*
     .banner {
       position: static;
     }
     .banner li {
       width: 25%;
       margin-top: 0;
     }
     .banner li a {
       right: 30px;
     }
     .banner li:hover {
       height: 358px;
       padding-bottom: 20px;
     }
     */
}

#header.type2.on {
    /*background-color: #4696ef;*/

}

.containerVideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#header.type2.on .logoefre {
    display: none;
}

.logoenableexporttop {
    display: none;
}

#header.type2.on .logoenableexporttop {
    width: 180px !important;
    display: block;
}

#header.type2.on .primary_menu ul.main-menu li a {
    /*color: #111;*/

}

#header.type2.on .primary_menu ul.main-menu li a:hover {
    color: #111;
}

.zoomtimeline.mode-3dslider .details-container > .detail .detail-image--border {
    /*border:none;*/

}

section.bgcontent {
    overflow: inherit;
}

ul.banner {
    padding: 0;
}

ul.banner h2 {
    text-align: center !important;
    font-size: 18px;
}

ul.banner hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 1px solid #9b9ca0;
}

.containerIcon {
    max-width: 150px;
    margin: 0 auto;
}

.banner_wr h2 {
    font-weight: 600;
}

.icon {
    background-size: cover;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    transition: background .35s ease-in-out;
    -moz-transition: background .35s ease-in-out;
    -webkit-transition: background .35s ease-in-o
}

ul.banner li {
    background-image: url(images/icon/bgcover.jpg);
    background-size: cover;
}

ul.banner li:hover .icon, ul.banner li.hovered .icon {
    transition: background .55s ease-in-out !important;
    -moz-transition: background .55s ease-in-out !important;
    -webkit-transition: background .55s ease-in-o !important;
}

.icon1 {
    background-image: url(images/icon/1.png);
}

ul.banner li:hover .icon1, ul.banner li.hovered .icon1 {
    background-image: url(images/icon/1a.png);
}

.icon2 {
    background-image: url(images/icon/2.png);
}

ul.banner li:hover .icon2, ul.banner li.hovered .icon2 {
    background-image: url(images/icon/2a.png);
}

.icon3 {
    background-image: url(images/icon/3.png);
}

ul.banner li:hover .icon3, ul.banner li.hovered .icon3 {
    background-image: url(images/icon/3a.png);
}

.icon4 {
    background-image: url(images/icon/4.png);
}

ul.banner li:hover .icon4, ul.banner li.hovered .icon4 {
    background-image: url(images/icon/4a.png);
}

.icon5 {
    background-image: url(images/icon/5.png);
}

ul.banner li:hover .icon5, ul.banner li.hovered .icon5 {
    background-image: url(images/icon/5a.png);
}

#contHomePunkte .icon1 {
    background-image: url(images/icon/1a.png);
}

#contHomePunkte ul.banner li:hover .icon1, #contHomePunkte ul.banner li.hovered .icon1 {
    background-image: url(images/icon/1a.png);
}

#contHomePunkte .icon2 {
    background-image: url(images/icon/2a.png);
}

#contHomePunkte ul.banner li:hover .icon2, #contHomePunkte ul.banner li.hovered .icon2 {
    background-image: url(images/icon/2a.png);
}

#contHomePunkte .icon3 {
    background-image: url(images/icon/3a.png);
}

#contHomePunkte ul.banner li:hover .icon3, #contHomePunkte ul.banner li.hovered .icon3 {
    background-image: url(images/icon/3a.png);
}

#contHomePunkte .icon4 {
    background-image: url(images/icon/4a.png);
}

#contHomePunkte ul.banner li:hover .icon4, #contHomePunkte ul.banner li.hovered .icon4 {
    background-image: url(images/icon/4a.png);
}

#contHomePunkte .icon5 {
    background-image: url(images/icon/5a.png);
}

#contHomePunkte ul.banner li:hover .icon5, #contHomePunkte ul.banner li.hovered .icon5 {
    background-image: url(images/icon/5a.png);
}

/*  --------------- FITCHECK ----------------- */
.fitcheckfragen {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
    endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.jetztstarten {
    cursor: pointer;
}

.fitcheckfragen blockquote {
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.fitcheckfragen .antwortgruppe {
    margin-bottom: 35px;
    margin-left: 43px;
}

.fitcheckfragen .prozentErreicht, .fitcheckfragen .prozentErreichtFragen {
    font-size: 300%;
}

.fitcheckfragen .antwortgruppe label span {
    font-size: 14px;
    vertical-align: top;
    padding-left: 3px;
    padding-right: 15px;
    color: #111;
}

.fitcheckfragen input[type=checkbox] {
    height: 20px;
    width: 20px;
    background: none;
    background-color: #fff;
    -webkit-appearance: button;
    border: 1px solid #000;
}

.fitcheckfragen input[type=checkbox]:checked {
    background-image: url(images/checked.png);
    background-size: cover;
    background-color: #fff;
}

.fitcheckfragen input[type=radio] {
    height: 20px;
    width: 20px;
    /* background: none; */
    /* background-color: #fff; */
    /* -webkit-appearance: button; */
    /* border: 1px solid #000; */
}

.fitcheckfragen input[type=checkbox]:radio {
    /* background-image: url(images/checked.png); */
    /* background-size: cover; */
    /* background-color: #fff; */
}

.antragForm input, .antragForm textarea {
    background-color: #fff !important;
}

button:disabled {
    background: #999;
    border: none;
}

button:hover:disabled {
    background: #999;
    border: none;
}

.fitcheckfragen div[class^=block] {
    display: none;
}

.fitcheckfragen div.block1 {
    display: block;
}

.fitcheckfragen .showFinish, .fitcheckfragen .showFinish2 {
    display: none;
}

.containerSteps div.inner {
    border: solid 1px #4696ef;
    padding: 10px;
    min-height: 140px;
}

.containerSteps i {
    color: #4696ef !important;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.containerSliderTitle {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 200px;
}

.contact_holder {
    padding: 0 !important;
}

.contact_holder ul {
    padding-left: 18px;
}

.hiddenAnswer {
    display: none;
}

.showAnswer {
    cursor: pointer;
}

.mobile_menu_wrapper .sub-nav, .mobile_menu_wrapper .sub-nav1,
.mobile_menu_wrapper .sub-nav2 {
    display: block;
}

ul.mobile_menu ul.sub-menu {
    width: 100% !important;
}

.blog-single .container .entry-content-page table td {
    border: solid 1px #ccc;
    padding: 2px;
}

a.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

.laenderKarte {
    display: block;
}

.laenderListe {
    display: none;
}

#laenderliste {
    width: 100%;
    padding: 10px 5px;
    background-color: #4696ef;
    color: #fff;
}

.logoenableexport_responsive {
    display: none;
}

@media ( max-height: 950px) {
    .containerSliderTitle {
        padding-top: 100px;
    }
}

@media ( max-height: 850px) {
    .banner li {
       /* margin-top: 5px;*/
        margin-right: 1%;
       /* height: 188px; */
     /*   padding: 5px 2px 5px; */
    }

    .banner li:hover, .banner li.hovered {
        margin-top: 0px;
       /* height: 200px; */
        padding-bottom: 5px;
    }

    .containerIcon {
     /*   max-width: 90px; */
    }

    ul.banner hr {
     /*   margin-top: 5px;
        margin-bottom: 5px;*/
    }

    .banner_wr {
        min-height: 180px;
    }

    .containerSliderTitle {
        padding-top: 30px;
    }
}

@media ( max-width: 992px) {
    ul.banner li {
        padding: 10px;
    }

    ul.banner h2 {
        font-size: 15px;
    }
}

@media ( max-width: 767px) {
    .logo {
        display: none;
    }

    .logoenableexport2 {
        display: block !important;
    }

    .logoenableexport {
        /*  display: none; */
    }

    .logoenableexport_responsive {
        display: block;
    }

    .containerSliderTitle {
        padding-top: 100px;
    }

    .mehrexportknowhow {
        display: none;
    }

    #contHomePunkte .container.banner_wr {
        /*position: relative!important;*/
        position: absolute !important;
    }

    #contHomePunkte section.bgcontent {
        background-color: none !important;
        background: none !important;
    }

    .banner li {
        box-shadow: none !important;
        border: 1px solid #4696ef;
    }

    .banner li {
        /*display:none;*/
        text-align: left;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .banner li a {
        display: inline-block;
        position: static;
    }

    .banner li:hover, .banner li.hovered {
        height: auto;
        margin-top: 20px;
    }

    .banner li:hover, .banner li.hovered {
        padding-bottom: 20px;
    }

    .banner hr, .banner a.arrow {
        display: none;
    }

    .banner .containerIcon {
        float: left;
     /*   width: 80px;
        height: 80px; */
        margin-right: 20px;
    }

    .banner h2 {
        margin-top: 32px;
        float: right;
    }
}

@media ( max-width: 767px) {
    .fragencontainer .fragenblockOuter {
        width: 100%;
    }

    img.logoefre {
        max-width: 150px !important;
    }
}

@media ( max-width: 766px) {
    .fragencontainer .frageblock a.glossaryLink + p {
        min-height: 25px !important;
    }

    .containerSteps {
        /* display: none; */
    }

    .banner li {
        margin-top: 12px;
    }

    .logoenableexport {
        height: 60px;
    }

    .containerSliderTitle {
        padding-top: 20px;
    }

    .banner h2 {
        margin-top: 12px;
        margin-bottom: 5px;
    }

    .banner .containerIcon {
        width: 40px;
        height: 40px;
    }

    img.logoefre {
        display: none;
    }

    img.logoenableexport {
        max-width: 70% !important;
    }

    h2.exportfitcheck {
        width: 100% !important;
    }

    .frageblock p a {
        /*display:none!important;*/ /*js handle*/

    }

    #projecttext .border {
        border: none !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .page_section .page-header-content h1 {
        font-size: 20px !important;
    }

    .page_section .page-header .breadcrumb li {
        font-size: 11px !important;
    }

    .page_section .page-header-content .underline {
        display: none;
    }
}

@media ( max-width: 450px) {
    .laenderKarte {
        display: none;
    }

    .laenderListe {
        display: block;
    }
}

@media ( max-width: 390px) {

    ul.banner h2 {
        text-align: center !important;
        font-size: 14px;
    }

    .banner li:hover, .banner li.hovered {
        padding-bottom: 0px;
    }

    .banner li:hover, .banner li.hovered {
        margin-top: 0px;
    }

    #secexportfitcheck {
        padding: 20px 0;
    }
}

@media ( max-width: 320px) {
    .containerSliderTitle {
        padding-top: 1px;
    }

    #contHomePunkte .container.banner_wr {
        bottom: 1px;
    }

    .particles-header-subtitle {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-height: 670px) and (max-width: 766px) {
    .banner li:hover, .banner li.hovered {
        padding-bottom: 0px;
    }

    .banner li {
        margin-top: 2px;
        /*height: 50px;*/
      /*  padding: 5px 1px 5px; */

    }

    .banner li a {
        margin-top: -5px;
    }
}

@media (max-height: 530px) and (max-width: 766px) {
    .banner li:hover, .banner li.hovered {
        padding-bottom: 0px;
    }

    .banner li {
        margin-top: 2px;
       /* height: 30px; */
       /* padding: 5px 1px 5px; */

    }

    .banner li a {
        margin-top: -5px;
    }

    .banner .containerIcon {
        display: none !important
    }

    ul.banner li {
      /*  padding: 0px 10px !important; */
    }

}

@media (max-height: 635px) and (min-width: 766px) {
    .containerSliderTitle .particles-header-subtitle {
      /*  display: none !important; */
    }
}

@media (max-height: 490px) {
    .page-header-content .underline {
        display: none;
    }

}

@media (max-height: 430px) {

    .containerSliderTitle {
      /*  display: none !important;*/
    }
}

@media (max-height: 390px) {

    .banner li {
        /*height: 30px;*/
    }

    ul.banner h2 {
        font-size: 14px;
        margin: 0;
    }

    .banner .containerIcon {
     /*   width: 20px;
        height: 20px; */
    }
}

@media print {
    header, footer, div.underline, .jetztstarten, .tmm_photo, .contentRight {
        display: none;
    }

    .page-header.half {
        height: 100px !important;
    }

    a[href]:after {
        content: none !important;
    }

    body {
        display: block;
        height: auto;
        overflow: visible !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
    }

    .row {
        display: block;
    }

    div.contentLeft {
        float: none !important;
        width: 100%;
    }

    div.contentRight {
        float: none !important;
        width: 0px;
        display: none;
    }

    .page-header-title {
        color: #000;
    }
}


@import "https://www.exportknowhow.at/wp-content/themes/ics/css/font-awesome.min.css";

.ausrichtungLinks {
    float: left;
}


.iconCheckSmall {

}

.iconCheckSmall::before {
    content: "\f00c";
    font-family: FontAwesome;
    left: -15px;
    font-size: 14px;
    padding-right: 0px;
    position: relative;
    color: #000;
}

.iconTipp {

}

.iconTipp::before {
    content: "\f05a";
    font-family: FontAwesome, fontawesome;
    left: -15px;
    font-size: 20px;
    padding-right: 0px;
    position: relative;
    color: #337ab7;
}

.iconAchtung {

}

.iconAchtung::before {
    content: "\f071";
    font-family: FontAwesome;
    left: -15px;
    font-size: 20px;
    padding-right: 0px;
    position: relative;
    color: #337ab7;
}


.iconCheckliste {

}

.iconCheckliste::before {
    content: "\f0f6";
    font-family: FontAwesome;
    left: -15px;
    font-size: 20px;
    padding-right: 0px;
    position: relative;
    color: #337ab7;
}


.iconLink {

}

.iconLink::before {
    content: "\f0c1";
    font-family: FontAwesome;
    left: -15px;
    font-size: 20px;
    padding-right: 0px;
    position: relative;
    color: #337ab7;
}


.iconVideo {

}

.iconVideo::before {
    content: "\f03d";
    font-family: FontAwesome;
    left: -15px;
    font-size: 20px;
    padding-right: 0px;
    position: relative;
    color: #337ab7;
}


body #home_slider .sa_owl_theme .owl-dots {

    bottom: 0px !important;
}

body #home_slider h6 {


    background: none;
    border: 1px solid #000;
    /* color: #000; */
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline;
    padding: 10px 20px;
}

body #home_slider h6 a, body #home_slider h6 span {
    color: #4696ef !important;
}


.table-scrollable {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

.datamaps-bubble {
    cursor: pointer;
}

/* fit check new */

.fit-check-wrapper {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding-bottom: 0;

    &.homepage {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        width: 100%;

        .fit-check-introduction {
            h4 {
                text-align: center;
                font-weight: 500;
            }

            .export-fit-check-form {
                padding: 0;
                display: flex;
                justify-content: center;
                gap: 20px;

                a {
                    h2 {
                        padding: 10px 30px;
                        width: 100% !important;
                    }
                }
            }
        }

        .box-wrapper {
            display: flex;
            flex-flow: row nowrap;
            justify-content: center;
            gap: 20px;
            padding-top: 30px;
            padding-left: 20px;
            padding-right: 20px;

            .box {
                border: 1px solid #4696ef;
                padding: 10px;
                display: flex;
                flex-flow: row nowrap;
                gap: 10px;

                h3 {
                    margin-top: 0 !important;
                    font-weight: 600;
                }

                p {
                    margin: 0 !important;
                }

                i {
                    &:before {
                        font-size: 25px;
                        color: #4696ef !important;
                    }
                }
            }
        }
    }

    .fit-check-introduction {
        > h3 {
            font-size: 32px !important;
            margin-bottom: 20px !important;
            border-bottom: 2px solid #4696ef;
            display: inline-block;
        }

        > h4 {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 20px !important;
        }

        p {
            font-size: 15px;
            margin-bottom: 20px !important;

            &.list-introduction {
                margin-bottom: 10px !important;
            }
        }

        ul {
            margin-bottom: 20px !important;
            list-style-type: disc;
        }

        .export-fit-check-form {
            padding-top: 30px;

            h3 {
                font-size: 26px !important;
            }

            a {
                h2 {
                    background-color: #4696ef;
                    line-height: 64px;
                    color: #fff !important;
                    width: 70% !important;
                    letter-spacing: 2px;
                    text-align: center;
                    font-size: 30px;
                }
            }
        }
    }
}

.fit-check {
    display: none;
    border-top: 2px solid #4696ef;
    padding-top: 30px;

    > h3 {
        font-size: 32px !important;
    }

    .hide-caption {
        .forminator-label {
            display: none !important;
        }
    }

    .forminator-label {
        padding-bottom: 5px !important;
    }

    .forminator-description {
        font-size: 14px !important;
        padding-bottom: 15px !important;
        color: #4696ef !important;
    }

    .forminator-custom-input {
        display: block !important;
    }

    .forminator-progress-label {
        display: none !important;
    }

    .forminator-progress-bar {
        margin: 0 !important;
    }

    .forminator-title {
        font-size: 25px !important;
        color: #4696ef;
    }

    .forminator-label {
        border: none;
        background: 0 0;
        font-size: 18px !important;
        color: #222;
        line-height: 30px !important;
        font-style: italic;
        padding-bottom: 20px;
    }

    .forminator-radio-label,
    .forminator-checkbox-label {
        font-size: 18px !important;
        line-height: 30px !important;
        color: #000 !important;
    }

    .forminator-radio-bullet,
    .forminator-checkbox-box {
        background: #fff !important;
    }

    .forminator-is_checked {
        .forminator-radio-bullet {
            border-color: #4696ef !important;

            &:before {
                background: #4696ef !important;
            }
        }
    }

    .forminator-progress-bar span {
        background: #4696ef !important;
    }

    .forminator-button {
        background: #000 !important;
        color: #fff !important;
        padding: 10px 15px !important;
        font-weight: 500 !important;

        &:hover {
            background: #4696ef !important;
            box-shadow: none !important;
        }

        &:disabled {
            background: rgb(153, 153, 153) !important;
        }
    }

    .forminator-response-message {
        background: none !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .forminator-custom-input {
        &:active,
        &:focus,
        &:focus-visible {
            input {
                outline: none !important;
            }
        }
    }
}

.select2-selection,
.forminator-select-dropdown.forminator-custom-form-12733,
.forminator-dropdown--default,
.select2-results__option,
.forminator-select-label {
    background: #fff !important;
    color: #000 !important;

    .forminator-option {
        &:hover {
            background: #4696ef !important;
            color: #fff !important;
        }

        &.forminator-is_checked {
            background: #4696ef !important;
        }
    }
}

.select2-selection__choice {
    background: #000 !important;
}

.fitcheck-result-wrapper {
    > h3 {
        font-size: 25px !important;
        margin-bottom: 30px;
    }

    .fitcheck-result {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        font-family: Dosis, sans-serif;

        h3 {
            font-size: 22px !important;
            font-weight: 600 !important;
            letter-spacing: 1px;
            font-family: Dosis, sans-serif;
        }

        p {
            font-size: 18px;
            word-spacing: 5px;
            font-family: Dosis, sans-serif;
        }

        img {
            max-width: 250px;
            width: 100%;
        }

        .fitcheck-result-description {
            p {
                color: #000 !important;
                font-weight: 300;
                font-family: Dosis, sans-serif;
            }

            .foerderung {
                background: #4696ef;
                margin: auto;
                padding: 10px 20px;
                display: inline-flex;
                margin-bottom: 30px;
                border: 2px solid #4696ef !important;

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

                &:hover {
                    background: #fff !important;

                    a {
                        color: #4696ef;
                    }
                }
            }
        }

        a {
            &:hover {
                color: #4696ef !important;

                strong {
                    color: #4696ef !important;
                }
            }
        }
    }

    .home-button {
        background: #4696ef !important;
        display: inline-block;
        padding: 10px 20px;
        border: 2px solid #4696ef !important;
        transition: none !important;
        margin-top: 20px;

        a {
            color: #fff;
            text-decoration: none;
            transition: none !important;
        }

        &:hover {
            background: #fff !important;

            a {
                color: #4696ef;
            }
        }
    }
}


@media (max-width: 1025px) {
    .fit-check-wrapper {
        padding: 0 20px;

        .fit-check-introduction {
            .export-fit-check-form {

                .fit-check-start {
                    h2 {
                        font-size: 20px;
                        width: 100% !important;
                        line-height: 40px;
                    }
                }
            }
        }
    }
}

@media (max-width: 767px) {
    .fit-check-wrapper {
        padding-top: 50px;

        h2 {
            padding: 10px !important;
            line-height: 20px !important;
            font-size: 19px !important;
        }

        .box-wrapper {
            padding-left: 0 !important;
            padding-right: 0 !important;
            flex-direction: column !important;
        }
    }
}

/* News&Events Section */

.events-news-section {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    overflow: visible;

    .ics-events-wrapper,
    .ics-news-wrapper {
        padding: 0;

        > .ics-news-title {
            font-size: 32px !important;
            margin-bottom: 50px;
            position: relative;

            &:after {
                content: "";
                width: 100%;
                height: 3px;
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                background: #4696ef;
            }
        }
    }
}

@media (max-width: 1200px) {
    .events-news-section {
        padding: 0 20px;
    }
}

@media (min-width: 900px) {
    .ics-news-wrapper {
        margin-top: 100px !important;
    }
}

/* tmm plugin - photo */
.tmm_photo {
    background-repeat: no-repeat !important;
}

/* fit check - thank you page */
.page-id-12726,
.page-id-12728 {
    .blog-single {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .breadcrumb {
        display: none;
    }

    div[align="right"] {
        display: none;
    }

    .fit-check-wrapper {
        padding-top: 15px !important;
    }
}

.page-id-12726 {
    .blog-single {
        padding-top: 70px !important;
    }
}

@media (max-width: 900px) {
    .page-id-12726 {
        .entry-content-page {
            > p {
                strong {
                    font-size: 20px !important;
                }
            }
        }
    }
}

/* custom header style */

.search-bar {
    justify-content: start !important;
    padding-left: 20px !important;

    input {
        box-shadow: 0 0 0 0.4em #4696ef inset !important;
        background: #fff !important;

        &:focus {
            background: #fff !important;
        }
    }

    button.search-btn {
        background: #4696ef !important;
        height: 32px !important;
    }
}

.video-bg.section-overlay {
    max-height: 850px !important;
    height: 850px !important;
}

.containerSliderTitle {
    padding-top: 100px !important;
}

@media (min-width: 768px) {
    #header.type2 .primary_menu {
        float: none !important;
    }

    #header.type2 .primary_menu ul.main-menu {
        text-align: center !important;
    }

    #header.type2 .primary_menu ul.main-menu > li {
        padding: 0 10px !important;
    }

    .first-row {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
}

@media (min-width: 768px) and (max-width: 1187px) {
    #header .col-md-2 {
        padding-right: 0 !important;
    }

    #header.type2 .primary_menu ul.main-menu > li {
        padding: 0 !important;
    }

    #header.type2 .primary_menu ul.main-menu {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        white-space: nowrap;
        margin-top: 20px;
        gap: 10px;
    }

    #header.type2 .primary_menu ul.main-menu > li {
        font-size: 12px !important;
    }

    #header.type2 .primary_menu ul.main-menu li .sub-nav ul {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .containerSliderTitle {
        padding-top: 70px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    #contHomePunkte .container.banner_wr {
        top: 480px;
    }

    .video-bg.section-overlay {
        height: 950px !important;
        max-height: 1200px !important;
    }
}

.section-overlay {
    .logoenableexport {
        margin-top: 80px;
        display: flex;
        justify-content: center;
        align-content: center;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        background: transparent !important;

        a {
            display: flex;
        }

        img {
            max-width: 300px !important;
            object-fit: contain;
        }
    }
}

@media (max-width: 400px) {
    .section-overlay {
        .logoenableexport {
            margin-top: 40px;

            img {
                max-width: 280px !important;
            }
        }
    }
}

@media (max-width: 767px) {
    .section-overlay {
        height: 950px !important;
    }
}