/*
* @author: Ryan Smith, Sebastian Lind
* Theme Name: IGZ001
* Theme URI: http://www.makanto.de
* Description: Makanto Intern Theme
* Version: 1.0
* Author: makanto GmbH / Ryan Smith, Sebastian Lind
* Author URI: http://makanto.de
*/

/*********** GENERAL ***********/

body {
    font-family: 'CaputIGZEV', serif;
}

strong, b {
    font-weight: 700;
    /*font-family: 'Caput bold',sans-serif;*/
}

.clear {
    clear: both;
}

/*********** FONTS ***********/

@font-face {
    font-family: CaputIGZEV;
    src: url(./fonts/CaputIGZEV-Regular.eot);
    src: url(./fonts/CaputIGZEV-Regular.svg);
    src: url(./fonts/CaputIGZEV-Regular.woff);
}

@font-face {
    font-family: CaputIGZEV bold;
    src: url(./fonts/CaputIGZEV-Bold.eot);
    src: url(./fonts/CaputIGZEV-Bold.svg);
    src: url(./fonts/CaputIGZEV-Bold.woff);
}

h1, h2, h3, h4, h5, h6, p {
    font-family: CaputIGZEV;
    text-transform: inherit !important;
}

h1 {
    font-family: CaputIGZEV bold;
    font-size: 48px;
    text-transform: uppercase;
    /*    letter-spacing: 2px;*/
}

h2 {
    font-family: CaputIGZEV;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px !important;
    }

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

h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-family: CaputIGZEV;
    letter-spacing: 0.4px;
    line-height: 1.2em;
}

a, p {
    font-family: CaputIGZEV;
}

p {
    font-size: 16px;
}

li {
    text-align: left;
}

a:link {
    color: #666666;
}

a:visited {
    color: #666666;
}

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

a:active {
    color: #666666;
}

a {
    transition: all 0.25s ease 0s;
}

a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
}

.plainLink:hover, .plainLink:active {
    text-decoration: none;
}

.plainLink2:hover, .plainLink2:active {
    color: #666666 !important;
}

/*** CONTENT ***/

.content h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 48px;
    text-transform: uppercase;
}

.content h2 {
    color: #666666;
    font-size: 26px;
    text-transform: uppercase;
    font-style: CaputIGZEV bold;
}

.outer {
    margin-top: 14px;
}

.blue {
    background-color: #D3E0E8;
}

#aktuelles.outer {
    background: #D3E0E8 url('img/bg_header_aktuelles.png');
    background-repeat: no-repeat;
    background-size: auto 272px;
    background-position: bottom left;
    height: 256px;
}

div.list {
    background: #08314E;
    position: absolute;
    width: 250px;
}

div.list ul {
    margin: 0;
    padding: 0;
}

div.list ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid black;
}

div.list ul li.cat-item {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid black;
}

div.list ul li.cat-item:last-child {
    border-bottom: 0;
}

div.list ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
}

div.list ul li:hover {
    background-color: #041A28;
}

div.list ul li.cat-item {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 25px;
    padding: 10px 25px;
}

div.list li.cat-item:hover:after { /*arrow added to rightarrowdiv DIV*/
    content: '';
    display: block;
    position: absolute;
    left: 100%; /*should be set to 100% */
    margin-top: -34px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #041A28; /*border color should be same as div div background color*/
    border-style: solid;
    border-width: 22px;
    transition: all 0.15s ease 0s;
}

div.list li.cat-item:hover { /*arrow added to rightarrowdiv DIV*/
    transition: all 0.15s ease 0s;
}

.cat-item-none {
    padding: 30px;
}

li.cat-item-none:hover {
    background: #08314E !important;
}

.white {
    background: #FFFFFF;
}

.corner-left {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    background: #000000;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    height: 30px;
    padding: 0;
}

.corner-left span {
    height: 30px;
    line-height: 30px;
    display: inline;
    vertical-align: middle;
    font-size: 11px;
}

.picture {
    text-align: center;
}

.content {
    font-size: 16px;
    line-height: 24px;
}

.content-outer .vc_span9 div.wpb_wrapper {
    background: #FFFFFF;
}

.content-outer div.vc_span9 div.wpb_text_column {
    padding: 20px;
    margin-bottom: 10px;
}

.headline-blue {
    background: #395A71;
    /*
    position: absolute;
    z-index: 200;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    */
}

.text1 {
    background: white;
    width: 300px;
    position: relative;
    margin-top: -200px;
    z-index: 20;
    left: 20px;
}

.headline-blue div.wpb_wrapper {
    background: #395A71 !important;
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
}

.corner-left2 div.wpb_wrapper {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    background: #000000 !important;
    text-align: center;
    line-height: 30px;
}

.content-outer .corner-left2 div.wpb_text_column {
    padding: 0 !important;
}

.wpb_row {
    /*    margin-bottom: 0px !important;*/
}

p.more, #mitSubmit {
    width: 100%;
    background: #B2B2B2;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 1px;
    border: none;
}

#mitSubmit {
    margin-top: 7px;
    margin-bottom: 25px;
}

p.more:hover, #mitSubmit:hover {
    background: #DADADA;
}

p.more a {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 24px;
    text-decoration: none;
}

p.more a:hover {
    background: #DADADA;
}

p.category {
    width: 100%;
}

p.category a {
    color: #666666;
    text-transform: uppercase;
    font-size: 11px;
    background: #DADADA;
    padding: 5px 10px;
    text-decoration: none;
}

p.category a:hover {
    background: #B2B2B2;
}

p.tag {
    width: 100%;
    background: url('img/tag.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

/*** FOOTER (MENU) *************/

.footer_outer {
    background-color: #333333;
}

#footer {
    background-color: #333333;
    color: #FFFFFF;
    padding: 20px;
}

nav.footer {
    float: left;
}

.footeradress {
    float: right;
}

#footer ul {
    padding: 0px;
    list-style-type: none;
    display: block;
    text-align: left;
    margin-bottom: 0px;
}

#footer ul li {
    width: 120px;
}

#footer ul li a {
    color: #FFFFFF;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px;
    padding-left: 0px;
    font-weight: bold;
}

#footer ul li ul li a {
    font-weight: normal;
}

/*********** SLIDER ***********/

.fraction-slider {
    height: 400px !important;
}

/*
.sliderInfo {
    left: 70% !important;
    top: 200px !important;
}*/

/*********** VC NEWSWIDGET ***********/

ul.newswidget {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.newswidget li {
    min-height: 35px;
    padding-left: 5px;
    border-bottom: 1px solid #b2b2b2;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

ul.newswidget li a {
    line-height: 35px;
}

ul.newswidget li:hover {
    background: #EEEEEE;
}

.navbar-nav > li > a:hover {
    background: #FFFFFF;
}

/*********** VC FORSCHEN AM IGZ ***********/

#forschen {
    background-color: #0672B9;
}

.forschen_text {
    margin-top: -20px;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #0E5182;
    color: #FFFFFF;
    height: 100%;
}

.worldmap {
    padding: 20px;
}

/*********** VC KATEGORIEEINSTIEG ***********/

.category_icon {
    margin: 0 auto 5px auto;
}

#quickentryleft {
    position: absolute;
    background-color: #E9AB00;
    height: 100px;
}

#quickentryright {
    position: absolute;
    background-color: #009534;
    height: 100px;
}

#quickentry1, #quickentry2, #quickentry3, #quickentry4, #quickentry5 {
    width: 20%;
    height: 100px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    float: left;
    color: #FFFFFF;
    line-height: 20px;
    padding: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#quickentry1:hover {
    background-color: #c69a22;
}

#quickentry2:hover {
    background-color: #adae1e;
}

#quickentry3:hover {
    background-color: #789839;
}

#quickentry4:hover {
    background-color: #1c783c;
}

#quickentry5:hover {
    background-color: #008599;
}

#quickentry1 {
    background-color: #E9AB00;
}

#quickentry2 {
    background-color: #CDCD00;
}

#quickentry3 {
    background-color: #83B81A;
}

#quickentry4 {
    background-color: #009534;
}

#quickentry5 {
    background-color: #009ab1;
}

/*********** VC KATEGORIEEINSTIEG KURZ ***********/

#quickentry1short, #quickentry2short, #quickentry3short, #quickentry4short, #quickentry5short {
    width: 20%;
    opacity: 1;
    height: 50px;
    text-align: center;
    float: left;
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.42857;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ie #quickentry1short, .ie #quickentry2short, .ie #quickentry3short, .ie #quickentry4short, .ie #quickentry5short, .edge #quickentry1short,
.edge #quickentry2short, .edge #quickentry3short, .edge #quickentry4short, .edge #quickentry5short,
.firefox #quickentry1short, .firefox #quickentry2short, .firefox #quickentry3short, .firefox #quickentry4short, .firefox #quickentry5short{
    width: 20%;
    opacity: 1;
    height: 50px;
    text-align: center;
    float: left;
    color: #FFFFFF;
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
}

#quickentry1short p, #quickentry2short p, #quickentry3short p, #quickentry4short p, #quickentry5short p {
    font-size: 14px;
    transition: all ease 1s;
    position: absolute;
    width: 100%;
}

#quickentry1short:hover p, #quickentry2short:hover p, #quickentry3short:hover p, #quickentry4short:hover p, #quickentry5short:hover p {
    transform: translate(0,-10px);
    transition: all ease 1s;
}

#quickentry1short span.entrytext, #quickentry2short span.entrytext, #quickentry3short span.entrytext, #quickentry4short span.entrytext, #quickentry5short span.entrytext {
    transition: all ease 1s;
    opacity: 0;
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%,0);
}

#quickentry1short:hover span.entrytext, #quickentry2short:hover span.entrytext, #quickentry3short:hover span.entrytext, #quickentry4short:hover span.entrytext, #quickentry5short:hover span.entrytext {
    transition: all ease 1s;
    opacity: 1;
}

#quickentry1short{
    background-color: #E9AB00;
}

#quickentry2short{
    background-color: #CDCD00;
}

#quickentry3short{
    background-color: #83B81A;
}

#quickentry4short{
    background-color: #009534;
}

#quickentry5short{
    background-color: #009ab1;
}

@media (max-width: 768px) {
    #quickentry1_short {
        display: none;
    }

    #quickentry2_short {
        display: none;
    }

    #quickentry3_short {
        display: none;
    }

    #quickentry4_short {
        display: none;
    }

    #quickentry5_short {
        display: none;
    }
}

/*********** VC LOGOLEISTE ***********/

.logolist {
    width: 100%;
}

img.logos {
    float: left;
    border-left: 1px solid #b2b2b2;
    margin: 20px 20px 20px 0;
    padding: 20px;
    height: 120px;
    width: auto;
}

/*********** MOBILE ANSICHT ***********/

@media (max-width: 1000px) {

    #quickentry1, #quickentry2, #quickentry3, #quickentry4, #quickentry5 {
        width: 100%;
        height: 50px;
    }

    .category_icon {
        float: left;
    }

    #quickentryleft, #quickentryright {
        display: none;
    }

}

@media (max-width: 438px) {

    .category_icon {
        display: none;
    }

    #quickentry1, #quickentry2, #quickentry3, #quickentry4, #quickentry5 {
        font-size: 16px;
        line-height: 16px;
    }

}

.frontPageLinkOverbox {
    margin-top: 20px;
    bottom: 0px;
    width: 100%;
}

@media (max-width: 1199px) {
    .frontPageLinkOverbox {
        position: relative;
        bottom: 0px;
    }
}

.frontPageLinkBox {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #0e5182;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.frontPageLinkBox:hover {
    background: #0E5182;
}

.frontPageLink:hover {
    color: #FFFFFF;
    text-transform: none;
}

.frontPageLinkArrow {
    position: absolute;
    color: #ffffff;
    display: table;
    height: 35px;
    right: 10px;
    width: 35px%;
}

.frontPageLinkArrow div {
    display: table-cell;
    vertical-align: middle;
}

.circleBorder {
    width: 205px;
    height: 205px;
    border-radius: 100px;
    border: 13px solid #c5cd32;
    overflow: hidden;
}

#s {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border: none;
    /*	border-bottom:1px solid #ccc;*/
}

#s:focus {
    border: 1px solid #ccc;
}

.closedContent {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    height: 150px;
    overflow: hidden;
}

.fadeFront {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    position: absolute;
    height: 150px;
    top: 0;
    width: 100%;
    z-index: 5;
}

.pageContentHolder {
    position: relative;
}

.langBar {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: #FFFFFF;
    padding-top: 2px !important;
}

.langBar:hover {

}

.searchButton {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: url('img/searchIcon.png');
    background-color: #ffffff;
    background-repeat: no-repeat;
    margin-top: 3px;
    padding-left: 5px;
    width: 20px;
    height: 20px;
    border: none;
    opacity: 0.7;
}

.searchButton:hover {
    opacity: 1;
}

.teaserContainer {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    height: 184px;
    overflow: hidden;
}

.teaserMore {
    width: 50%;
    float: right;
    margin-top: 1px;
    background: #B2B2B2;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
}

.teaserMore:hover {
    background: #DADADA;
}

@media (max-width: 1199px) {
    .dropdown-menu a {
        height: 90px !important;
    }
}

.dropdown-menu a {
    overflow: hidden;
}

.pagenums {
    color: #FFFFFF;
    text-align: center;
}

.pagenums span {
    position: relative;
    top: 3px;
}

.pageTopMenu {
    letter-spacing: 1px;
}

div.sliderInfo h4 {
    font-family: CaputIGZEV;
}

#dropDownContainer2 ul {
    height: auto;
}

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