/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 27.07.2017, 15:29:50
    Author     : herz
*/


html{
    background-color:#303030;
}
.value_added_service{
    color:red;
}

.value_added_service .bild{
    float:left;
    width:20% !important;
}
.content_row .content_container.w_33:first-child{
    margin-left: 0.75%;
}
.content_row .content_container.w_33 + .content_container.w_33{
    margin-left: 0.75% !important;
    margin-right:0 !important;
}
header .header_top_black{
    background-color:black;
    color:white;
    padding:10px;
    font-size:1em;
    box-sizing: border-box;
    height:40px;
    position:fixed;
    top:0px;
    right:0px;
    left:0px;
    z-index:50;
}
header .header_top_black .wrapper{
    margin:0 auto;
    width:100%;
    max-width:1280px;
    box-sizing: border-box;
    position:relative;
    text-align:right;
}
header .header_top_black .wrapper .lang-menu{
    position:absolute;
    top:30px;
    right:-20px;
    padding:5px;
    background-color:black;
    color:white;
    z-index:100;
    width:82px;
}
header .header_top_black .wrapper .lang-menu a{
    color:white;
    display:block;
    border-bottom:1px solid white;
}
header .header_top_black .wrapper .lang-menu a:hover{
    color:#FE200E;
}
header .header_top_black .wrapper .lang-menu a:last-child{
    border-bottom:0;
}
header .header_top_black .wrapper div{
    margin-right:20px;
}
header .header_top_black .wrapper div.language{
    margin-right:5px;
}
header .header_top_black .telefon{
    display:inline-block;
    vertical-align:top;
    margin-right:0;
}
header .header_top_black .language{
    display:inline-block;
    vertical-align:top;
    margin-right:0;
    cursor:pointer;
}
nav .header_menu{
    font-size:1em;
    box-sizing: border-box;
    height:90px;
    background-color:#00519e;
}
nav .header_menu .wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    max-width:1280px;
    box-sizing: border-box;
    margin-top:40px;
    height:90px;
    background: rgb(0,81,158); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,81,158,1) 0%, rgba(115,177,231,1) 62%, rgba(255,255,255,1) 87%, rgba(83,159,225,1) 94%, rgba(0,81,158,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,81,158,1) 0%,rgba(115,177,231,1) 62%,rgba(255,255,255,1) 87%,rgba(83,159,225,1) 94%,rgba(0,81,158,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,81,158,1) 0%,rgba(115,177,231,1) 62%,rgba(255,255,255,1) 87%,rgba(83,159,225,1) 94%,rgba(0,81,158,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519e', endColorstr='#00519e',GradientType=1 ); /* IE6-9 */
}
nav .header_menu .wrapper .navigation{
    box-sizing: border-box;
    display:inline-block;
    vertical-align:top;
    /*width:55%;*/
    padding-top:34px;
    margin-left:50px;
}
nav .header_menu .wrapper .navigation .nav_entry{
    margin-right:0;
    box-sizing: border-box;
}

nav .header_menu .wrapper .navigation .nav_entry:last-child a{
    border-right:0px;
}
nav .header_menu .wrapper .navigation .nav_entry a{
    font-size:1.3em;
    border-top:0;
    text-transform: none;
    color:white;
    border-right:1px solid white;
    box-sizing: border-box;
    padding-left:15px;
    padding-right:15px;
    line-height: 16px;
    display:block;
}
nav .header_menu .wrapper .navigation .nav_entry a:hover{
    color:lightgray;
}
nav .header_menu .wrapper .navigation .nav_entry.active a{
    border-top:0;
    text-transform: none;
    color:lightgray;
}
nav .header_menu .wrapper .navigation .nav_entry.active .level_1  .nav_entry_group{
    color:white;
}

nav .header_menu .wrapper .navigation .nav_entry .level_2 a{
    padding-top:5px;
    padding-bottom:5px;
    display:block;
    font-size:1.1em;
}

nav .header_menu .wrapper .logo{
    box-sizing: border-box;
    width:200px;
    position:absolute;
    right:38px;
    top:0px;
}
nav .header_menu .wrapper .logo img{
    position:absolute;
    top:0px;
    left:0px;
    max-width:150px;
    border:1px solid lightgray;
    border-top:0;
    -webkit-box-shadow: 10px 10px 5px -3px rgba(130,130,130,0.38);
    -moz-box-shadow: 10px 10px 5px -3px rgba(130,130,130,0.38);
    box-shadow: 10px 10px 5px -3px rgba(130,130,130,0.38);
}
main{
    padding:0;
    width:100%;
    max-width:100%;
}
main .content_area{
    font-size:1em;
    box-sizing: border-box;
}
main .content_area .wrapper{
    margin:0 auto;
    width:100%;
    max-width:1280px;
    box-sizing: border-box;
    border:1px solid gray;
    border-top:0;
    border-bottom:0;
    background-repeat:no-repeat;
    background-position:bottom left;
    padding-bottom:345px;
    padding-left:60px;
    padding-right:75px;
    padding-top:70px;
    background-color:#ECECEC;
    display:block;
}
footer{
    padding:0;
    width:100%;
    max-width:100%;
}
footer .footer_area .wrapper{
    font-size:1em;
    box-sizing: border-box;
    position:relative;
    background-color:#333333;
}
footer .footer_area .aeo-logo{
    box-sizing: border-box;
    position:absolute;
    right:10px;
    top:-61px;
    width:50px;
}
footer .footer_area .copyright{
    color:white;
    font-size:0.8em;
    position:absolute;
    bottom:5px;
    right:10px;
}
footer .footer_area .aeo-logo img{
    box-sizing: border-box;
    width:100%;
}
footer .footer_area .wrapper{
    margin:0 auto;
    width:100%;
    max-width:1280px;
    height:245px;
    box-sizing: border-box;
    border:1px solid gray;
    border-top:0;
    border-bottom:0;
}
footer .footer_area .wrapper .navigation{
    width:100%;
    box-sizing: border-box;
    height:245px;
    padding-left:2%;
    padding-top:2%;
    background-image: url(../../files/images/company_layout/uld-footer-weltkarte.png);
    background-size: contain;
    background-repeat:no-repeat;
    background-position: bottom right;
    display:block;
}
footer .footer_area .wrapper .navigation .nav_2 h3,
footer .footer_area .wrapper .navigation .nav_3 h3,
footer .footer_area .wrapper .navigation .nav_4 h3{
    color:white;
    border-bottom:1px solid white;
    padding:10px;
    padding-left:5px;
    font-size:0.9em;
    font-weight:bold;
    margin-bottom:6px;
}

footer .navigation .nav_entry{
    margin-right:0;
    display:block;
    font-size:0.6em;
    box-sizing: border-box;
    width:auto;
}
footer .navigation .nav_entry a{
    border-top:0;
    text-transform: none;
    color:white;
    display:inline-blocK;
    width:auto;
}
footer .navigation .nav_entry a:hover{
    color:lightgray;
}
footer .navigation .nav_entry.active a{
    border-top:0;
    text-transform: none;
    color:lightgray;
}
footer .navigation .nav_entry.active a:hover{
    color:lightgray;
}
.fixed{
    position: fixed;
    padding: 10px 0;
    background-color: #ffffff;
    left: 0;
    bottom: 0;
    width: 100%;
}
.no_tablet{
    display:block;
}
.no_mobile{
    display:block;
}
.only_mobile{
    display:none;
}
.header_menu_mob{
    position:fixed;
    top:38px;
    left:0px;
    right:0px;
    height:40px !important;
}
.header_menu_mob .wrapper,
.header_menu_mob .wrapper .navigation{
    width:100%;
    box-sizing: border-box;
}
.header_menu_mob .wrapper{
    background-color:#00519e;
    position:relative;
}
.header_menu_mob .wrapper .logo{
    text-align:center;
    display:block;
    vertical-align: top;
    color:white;
    margin-top:2px;
    margin-right:2px;
    font-size:2em;
    font-weight:500;
    padding-right:10px;
    padding-top:3px;
}
.header_menu_mob .wrapper .menu-btn{
    display:inline-block;
    vertical-align: top;
    position:absolute;
    height:40px;
    vertical-align: middle;
    font-size:2em;
    padding-top:3px;
    padding-left:5px;
    color:white;
    cursor:pointer;
}
.header_menu_mob .wrapper .navigation{
    position:absolute;
    top:42px;
    left:0px;
    right:0px;
    background-color:#00519e;
    border-top:1px solid white;
}
.header_menu_mob .wrapper .navigation .nav_entry{
    margin-right:0;
    display:block;
    box-sizing: border-box;
    width:100%;
    border-bottom:1px solid white;
}
.header_menu_mob .wrapper .navigation .nav_entry a{
    border-top:0;
    text-transform: none;
    color:white;
    display:inline-blocK;
    width:auto;
}
.header_menu_mob .wrapper .navigation .nav_entry a:hover{
    color:lightgray;
}
main article div.headline h1,main article div.headline h2{
    font-weight:bold;
    font-size:2em;
    color:#00519e;
    margin-top:10px;
    margin-bottom:10px;
}
main article p{
    color:gray;
    padding-top:10px;
    padding-bottom:10px;
}
.startpage_textbox{
    padding-left:15px;
    padding-right:15px;
}
.startpage_kachel_link{
    color:#00519e !important;
    text-decoration: none;
}
.small_headline h1{
    color:gray !important;
    font-size:1.5em !important;
    font-weight:normal !important;
}
.main_headline div.headline h2{
    margin-bottom:40px;
    font-size: 2.5em !important;
    text-transform: uppercase;
}
.nav_entry {
    position:relative;
}
.nav_entry_group{
    display:block;
    position:absolute;
    min-width:250px;
    background-color: white;
    padding:0;
    border:1px solid #00519e;
    z-index:100;
}
.nav_entry_group .nav_entry{
    display:block;
    border:0;
    margin-bottom:5px;
    z-index:100;
}
.nav_entry_group .nav_entry a{
    display:block;
    border:0 !important;
    list-style-type: square;
    z-index:100;
    color:gray !important;
}
.nav_entry_group .nav_entry a:hover{
    color:lightgray !important;
}
.with_picture{
    width:100%;
}
.with_picture div.titel{
    box-sizing: border-box;
    margin-left:33%;
}
.with_picture div.bild{
    box-sizing: border-box;
    width:33%;
}
.with_picture div.bild{
    text-align:center;
}
.with_picture div.text{
    box-sizing: border-box;
    width:67%;
}
article li{
    list-style: none;
}
article li::before {
    content: "•";
    margin-right:5px;
    color: gray; /* or whatever color you prefer */
}

article.text{
    line-height:1.5em;
}
article.text .headline{
    line-height:2.5em;
}
.list-part{
    width:100%;
}
.list-part div.titel{
    box-sizing: border-box;
    margin-left:15%;
    min-height:80px;
}
.list-part div.titel h2{
    font-size:1.5em;
    margin-bottom:0;
}
.list-part div.bild{
    box-sizing: border-box;
    width:15%;
}
.list-part div.bild{
    text-align:center;
    margin-right:10px;
}
.list-part div.text{
    box-sizing: border-box;
}

/* Formtaierung für die externe IFRAME Einbindung */



.page_99 header,
.page_99 nav,
.page_99 footer,
.page_100 header,
.page_100 nav,
.page_100 footer
	{
		display:none
	}
	
.page_99 main .content_area .wrapper,
.page_100 main .content_area .wrapper
   {
		background-image:none!important;
		border:0;
		background-color:#ffffff;
	}




@media screen and (max-width:1198px){
    .content_container.w_33 {
        width:100% !important;
    }
    .no_tablet{
        display:none;
    }
    nav .header_menu .wrapper .navigation{
        width:100%;
    }
    main .content_area .wrapper{
        background-image:none !important;
        background-color:#e2e2e2;
        padding-top:60px;
    }
    footer .footer_area .wrapper{
        background-image:none !important;
        background-color:#303030;
    }
    footer .footer_area .wrapper .navigation{
        width:100%;
    }
    footer .footer_area .wrapper .navigation .nav_2{
        width:32.2%;
    }
    footer .footer_area .aeo-logo{
        display:none;
    }
    footer .footer_area .copyright{
        position:relative;
        display:block;
        width:100%;
        text-align:right;
        margin-top:10px;
    }
    main .content_area .wrapper{
        padding-bottom:0px;
    }
    nav .header_menu .wrapper .logo{
        right:0px;
    }
    header .header_top_black .wrapper div img{
        display:none;
    }
    footer .footer_area .wrapper .navigation .nav_2{
        margin-left:0px;
    }
    .header_menu_mob .wrapper .navigation .nav_entry{
        margin-bottom:0;
    }
    .header_menu_mob .wrapper .navigation .nav_entry_group .nav_entry{
        border-bottom:1px dotted white;
    }
    .header_menu_mob .wrapper .navigation .nav_entry_group .nav_entry:first-child{
        border-top:1px dotted white;
    }
    .header_menu_mob .wrapper .navigation .nav_entry_group  .nav_entry:last-child{
        border-bottom:0;
    }
    .level_2{
        background-color:#ffffff;
        position:relative;
        display:block;
    }
    .nav_entry_group{
        position:static;
        display:block;
        background-color:#00519e;
    }
    .with_picture img{
        clear:both;
        margin:0;
        margin-bottom:10px;
    }
    .content_container.w_25{
        width:100%;
        margin:0 !important;
        margin-bottom:20px !important;
    }
    .content_container.w_25 img{
        width:100%;
    }
    .with_picture{
        width:100%;
    }
    .with_picture div.titel{
        box-sizing: border-box;
        margin-left:0;
    }
    .with_picture div.bild{
        box-sizing: border-box;
        width:100%;
    }
    .with_picture div.bild{
        text-align:center;
    }
    .with_picture div.text{
        box-sizing: border-box;
        width:100%;
    }
}
@media screen and (max-width:900px){
main .content_area .wrapper{
        padding-left:0 !important;
        padding-right:30px !important;
    }
    .no_mobile{
        display:none;
    }
    .only_mobile{
        display:block;
    }
    header .header_top_black{
        position:fixed;
        top:0px;
        left:0px;
        right:0px;
    }
    footer .footer_area .wrapper .navigation{
        width:100%;
    }
    footer .footer_area .wrapper .navigation .nav_2
    {
        width:100%;
        height:auto;
    }
    main .content_area .wrapper{
        padding-top:90px;

    }
    footer .footer_area .wrapper .navigation{
	background-position: top center;
    }
    .main_headline div.headline h2{
        font-size: 2em !important;
    }
    main article div.headline h1
    {
        margin-top:0;
        font-size:1.3em!important;
        line-height:1.1em;
    }
}
@media screen and (max-width:768px){
    .content_row .content_container.w_33{
        margin-left: 0.75% !important;
    }
}
@media screen and (max-width:680px){
    main .content_area .wrapper{
        padding-left:0 !important;
        padding-right:20px !important;
    }
    .content_container.w_33 .bild{
        display:none;
    }
    .content_container.w_33 .titel{
        margin-left:0;
    }
}