/*
Theme Name: ARC RHENUS
Author: Excellent Websolutions
Author URI: http://www.excellent-websolutions.de/
Description: Dieses Template wurde mit Sorgfalt von <a title="Webentwicklung Bonn | ExcellentWebsolutions" href="http://www.excellent-websolutions.de/"> ExcellentWebsolutions</a> für ARC Rhenus e.V. konzipiert und programmiert. <br><br>Für weitere Fragen stehen wir Ihnen jederzeit zur Verfügung: <a title="Webentwicklung Bonn | ExcellentWebsolutions" href="http://www.excellent-websolutions.de/impressum">Impressum</a>.
Version: 1.0
 */
 
html,body{
    padding:0;
    margin:0;
    font-family:'Open Sans';
    
}

/*HEADER*/
.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:100;
    text-align:center;
    color:white;
    background:rgba(0,0,0,0.0);
    
}
.header:after{
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    height:0;
    width:100%;
    border-top:0px #555 solid;
    border-bottom:0px #000 solid;
}
.header .top_header{
    display:block;
    box-sizing:border-box;
    padding: 0 25px;
    background:#fff;
}
.header .bottom_header{
    display:block;
    clear:both;
    background:#204686;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px 0px;
}
.header .logo_wrapper{
    display:block;
    left:0;
    width: 230px;
    height:80px;
    padding:0;
    overflow:hidden;
    text-indent:-9999px;
    background-color:white;
    background-position:left center;
    background-size:80% auto;
    background-repeat: no-repeat;
    background-image:url(./images/logo/files/logo_color/logo_horizontal.svg);
}
.header .logo{
    float:left;
    max-width:100%;
}
.header h1{
    display:none;
}
.header .inner{
    position:relative;
    width:1200px;
    margin:auto;
    display:block;
    box-sizing:border-box;
}
.header .inner .top{
    display:none;
}
.header .inner .top:after{
    content:"";
    display:block;
    clear:both;
}
.header .inner .top .left{
    float:right;
}
.header .inner .top .left ul{
    list-style: none;
    margin:0;
    padding:0;
    
}
.header .inner .top .left ul>li{
    list-style: none;
    margin:0;
    padding:0;
    float:left;
    font-size:11px;
    line-height:25px;
    padding-right:20px;
    font-weight:500;
}

.header .inner .top .left ul>li .icon{
    float:left;
    display:block;
    width:25px;
    height:25px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size:50% auto !important;
    
}
.header .inner .top .left ul>li .icon.loc{
    background-image:url(./icons/location-white.svg) !important;
}
.header .inner .top .left ul>li .icon.email{
    background-image:url(./icons/email-white.svg) !important;
}
.header .main_nav{
    float:right;
}

.header .main_nav ul.menu{
    list-style: none;
    margin:0;
    padding:0;
}
.header .main_nav ul.menu>li{
    position:relative;
    list-style: none;
    float:left;
    margin:0;
    padding:0;
    padding:0 25px;
    line-height:40px;
    border-right:20px; 
}
.header .main_nav ul.menu>li>a{
    color:white;
    font-size:13px;
    display:block;
    text-transform: uppercase;
    text-decoration:none;
}
.header .main_nav ul.menu>li>ul{
    position:absolute;
    top:100%;
    right:0;
    width:auto;
    display:none;
    list-style: none;
    margin:0;
    padding:0;
    background:white;
    -webkit-box-shadow: 0 10px 19px -7px rgba(0,0,0,.75);
    -moz-box-shadow: 0 10px 19px -7px rgba(0,0,0,.75);
    box-shadow: 0 10px 19px -7px rgba(0,0,0,.75);
}
.header .main_nav ul.menu>li>ul:after{
    content:"";
    display:block;
    position:absolute;
    bottom:100%;
    right: 0;
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 15px solid white;
}
.header .main_nav ul.menu>li>ul>li{
    line-height:20px;
    min-width: 190px;
}
.header .main_nav ul.menu>li>ul>li>a{
    padding:12px 50px 12px 25px;
    display:block;
    color:#333;
    text-decoration:none;
    text-align:left;
    cursor:pointer;
    border-bottom:1px #f2f2f2 solid;
}
.header .main_nav ul.menu>li:hover{
    background:#2f8dcb;
}
.header .main_nav ul.menu>li>ul>li>a:hover{
    background:#fafafa;
}
.header .main_nav ul.menu>li:hover ul{
    display:block;
    
}
.mobile_header{
    position:fixed;
    text-align:center;
    z-index:20;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:60px;
    background:#fff;
   -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.75); 
}
.mobile_menu_overlay{
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    display: none;
}
.mobile_menu_overlay.active{
    display:block;
}
.mobile_header .logo{
    display:inline-block;
    text-indent:-999px;
    overflow:hidden;
    width:200px;
    height:60px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 80% auto !important;
    background-image:url(./images/logo/files/logo_color/logo_horizontal.svg);
}
.mobile_header .logo:hover{
    background-color:#fafafa;
}
.mobile_header .mobile_menu{
    position:absolute;
    top:0;
    left:0;
    width:60px;
    height:60px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size:40% auto !important;
    background-image:url(./icons/menu.svg) !important;
}


.appointment_list{
    
}

.left_content.appointment_list .date {
    display: block;
    vertical-align: top;
    width: 100%;
    padding-right: 0;
}

.left_content .event .date_wrapper{
    float:left;
}
.left_content .event .day_month{
    display:block;
    font-size:24px;
    font-weight:600;
    text-align:center;
    line-height:30px;
}
.left_content .event .day{
    display:block;
    font-size:24px;
    font-weight:600;
    text-align:center;
    line-height:30px;
    margin-bottom:10px;
}
.left_content .event .year{
    display:block;
    position:relative;
    text-align:center;
}
.left_content .event .year:after{
    content: "";
    z-index:0;
    display:block;
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:#f2f2f2;
}
.left_content .event .year .label{
    position:relative;
    z-index:1;
    color:#666;
    font-size:18px;
    line-height:50px;
    padding:0 10px;
    display:inline-block;
    background:white;
}
.left_content .event .hours{
    display:block;
    text-align:center;
    font-weight:600;
    font-size:24px;
    line-height:30px;
}
.left_content .event.durable .hours{
    margin-top:20px;
    font-size:14px;
}
.left_content .event .description{
    margin:50px 0;
}
.left_content .event .description{
    margin:50px 0;
}
.event .title{
    display:block;
    font-size:16px;
    margin-top:30px;
}

.event .event_info{
    display:block;
    margin-top:50px;
}






.breadcrumbs{
    z-index:10;
    box-sizing:border-box;
    position:relative;
    text-align:left; 
    display:block;
    width:100%;
    margin-top:-80px;
}
.breadcrumbs.bottom{
    background:#27529b;
    padding:15px 0;
     margin-top:0 !important;
    border-bottom:1px #244c91 solid;
}
.breadcrumbs.bottom .inner_{
    width:1200px;
    display:inline-block;
}
.breadcrumbs a,
.breadcrumbs span{
    font-size:11px;
    color:#fff;
}
.breadcrumbs .inner_>span{
   float:left;
   line-height:20px;
}
.breadcrumbs .inner_:after{
    content:"";
    clear:both;
    display:block;
}
.breadcrumbs .inner_ i{
    float:left;
    display:block;
    width:15px;
    height:20px;
    background-position:center;
    background-size:auto 30%;
    background-repeat:no-repeat;
    background-image:url(./icons/arrow-right-white.svg);
}
.breadcrumbs a.home{
    text-indent:-999px;
    overflow:hidden;
    width:20px;
    height:20px;
    display:block;
    float:left;
    background-position:left;
    background-size:90% auto;
    background-repeat:no-repeat;
    background-image:url(./icons/home-white.svg);
}
.cover{
    position:relative;
    z-index:1;
    height:550px;
    box-sizing:border-box;
    overflow: hidden;
}
.cover .overlay{
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}
.cover h2{
    position:relative;
    margin:0 !important;
    padding-top:250px;
    width:100%;
    font-size:50px;
    color:white;
    display:block;
    text-align:center;
    z-index:10;
}

.cover .search_box{
    display:block;
    margin:auto;
    max-width:400px;
    padding:0 15px;
    height:100px;

}
.cover .search_box .input_wrapper{
    position:relative;
    border:none;
    height:40px;
    overflow:hidden;
    overflow:hidden;
}
.cover .search_box input.search{
    display:block;
    width:100%;
    height:40px;
    line-height:40px;
    border:none;
    font-size:12px;
    box-sizing:border-box;
    padding-left:10px;
    margin-bottom:25px;
}
.cover .search_box .submit{
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:40px;
    border:none;
    outline:none;
    background-color:#000;
    background-size:50% auto;
    background-position:center;
    background-repeat: no-repeat;
    background-image:url(./icons/search-white.svg)
}
.cover .search_box .submit:hover{
     background-color:#222;
}
#cover_slide{
    position:relative;
    background:#2a57a2;
    width:100%;
    height:100%;
}
#cover_slide .item{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    width:100%;
    height:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}
#cover_slide .item.active{
    opacity:1;
}


.background_image{
    position:fixed;
    z-index:-1;
    top:0;
    left:50%;
    margin-left:-600px;
    width:1200px;
    height:100%;
    background-image: url(./images/arc-building.jpg);
    background-size:cover;
}
.backround_view{
    position:relative;
    z-index:0;
    height:400px;
    width:100%;
    background:#2a57a2;
    text-align:center;
}
.backround_view .inner{
    width:1200px;
    height:400px;
    position:relative;
    display:inline-block;
}


.backround_view .overlay{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    height:100%;
    width:100%;
   background:rgba(0,0,0,0.5);
}
.main_content{
    width:100%;
    position:relative;
    z-index:10;
    min-height:500px;
    background:#eee;
    text-align:center;
    padding-bottom:50px;
}
.main_content.home:before{
    content:'';
    display:none;
}
.main_content:before{
    content:'';
    z-index:1;
    display:none;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100px;
    background:#1c4488;
}

.main_content .inner{
    margin-top:-50px;
}
.main_content>.inner{
    display:inline-block;
    width:1200px;
    text-align:left;
    position:relative;
    z-index:10;
}

.main_content>.inner .left_content{
    float:left;
    min-height:100px;
    width:70%;
    padding:0 15px 0 0;
    box-sizing:border-box;
}
.home .main_content>.inner .left_content{
    float:left;
    padding:0 15px 0 0;
}
.main_content>.inner .right_content{
    float:left;
    padding:0 0 0 15px;
    min-height:100px;
    width:30%;
    box-sizing:border-box;
}
.home .main_content>.inner .right_content{
     float:right;
     padding:0 0 0 15px;
}
.main_content>.inner .left_content>.inner{
    position:relative;
    display:block;
    padding: 0 0;
}
.main_content>.inner .right_content .link_btn{
    display:inline-block;
    padding:5px 15px;
    background:#204687;
    color:#fff;
    text-decoration:none;
    border-radius:3px;
}
.main_content>.inner .right_content .link_btn:hover{
    opacity:0.8;
    text-decoration: underline;  
}

.content_box{
    position:relative;
    background:white;
    margin-bottom:25px;
    padding:25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.09);
}

.content_box.center{
     text-align:center;
}
.content_box.overlap{
    
}
.content_box h3.box_title{
    position:relative;
    color:#204687;
    text-align:left;
    margin-bottom:40px;
    text-transform:uppercase;
    display:block;
}
.content_box.overlap_ h3.box_title{
    position:absolute;
    top:-70px;
    margin:0;
    height:70px;
    left:0;
    padding:25px;
    box-sizing:border-box;
    width:100%;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    background:white;
}
.content_box.overlap_ h3.box_title:before{
    content:"";
    display:block;
    position:absolute;
    top:100%;
    left:25%;
    margin:10px 0;
    background: #f2f2f2;
    height:4px; 
}
.content_box h3.box_title:before{
    content:"";
    display:block;
    position:absolute;
    top:100%;
    left:0;
    margin:10px 0;
    background: #f2f2f2;
    width:100%;
    height:4px;
}
.content_box h3.box_title span{
    position:relative;
    display:inline-block;
}
.content_box h3.box_title span:after{
    content:"";
    display:block;
    position:absolute;
    top:100%;
    left:0;
    margin:10px 0;
    background: #204687;
    width:100%;
    height:4px;
}
.content_box .articles{
       display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.content_box .articles .blog_article{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.3%;
    -ms-flex: 0 0 31.3%;
    flex: 0 0 31.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 1%;
    margin-bottom:50px;
}

.content_box .blog_article .thumbnail{
    display:block;
    height:130px;
    position:relative;
    border-radius:2px;
    overflow:hidden;
    background-position:center;
    background-size: cover;
    
}
.content_box .blog_article .pubdate{
    font-size:10px;
}
.content_box .blog_article .thumbnail_:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
}
.content_box .blog_article h2{
    font-size:13px;
    margin-bottom:0;
    
    
}
.content_box .blog_article h2 a{
    text-decoration:none;
    color:#333;
}
.content_box .blog_article h2 a:hover{
    text-decoration:underline;
}
.content_box .blog_article p{
    color:#666;
    line-height:20px;
}
.content_box .blog_article a.more{
    color:#333;
    float:right;
    background:#cddeee;
    padding:0 15px;
    line-height:25px;
    display:inline-block;
    border-radius:2px;
    text-decoration: none;
    font-size:10px;
    width:80px;
    text-align:center;
}
.content_box .blog_article a.more:hover{
    opacity:.8;
    text-decoration: underline;
}

.content_box .search_box{
    background:#cddeee;
    padding:15px;
    clear:both;
    border-radius:2px;
}
.content_box .search_box .input_wrapper{
    position:relative;
    border:none;
}
.content_box .search_box input.search{
    display:block;
    width:100%;
    height:40px;
    line-height:40px;
    border:none;
    font-size:12px;
    box-sizing:border-box;
    padding-left:10px;
}
.content_box .search_box .submit{
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:40px;
    border:none;
    background:#204686;
    background-size:50% auto;
    background-position:center;
    background-repeat: no-repeat;
    background-image:url(./icons/search-white.svg)
}


.main_content .right_content .archive ul{
   list-style:none;
   padding:0;
   margin:0;
}
.main_content .right_content .archive ul li{
   display:block;
   line-height:20px;
   padding:10px 0;
   margin:0;
   padding-left:10px;
   border-bottom:1px #ddd dotted;
}
.main_content .right_content .archive ul li:hover{
    background:#fafafa;
}
.main_content .right_content .archive ul li a{
    display:block;
    color:#333;
}


.page .left_content .content_box.content{
    padding:50px 100px; 
}
.page .left_content .content_box.content ul{
    list-style: none;
    margin:0;
    padding:0;
    margin-left:0;
}
.page .left_content .content_box.content ul ul{
    margin-left:15px;
}
.page .left_content .content_box.content ul li{
    position:relative;
    padding:3px 0 3px 13px;
    list-style: none;
    line-height:20px;
}
.page .left_content .content_box.content ul li:after{
    content:"";
    display:block;
    position:absolute;
    top:10.5px;
    left:0;
    width:5px;
    height:5px;
    border-radius:10px;
    background:#555;
}
.page .left_content .content_box.content a{
    color:#205dc4;
    font-weight:600;
    text-decoration:none;
    /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.page .left_content .content_box.content *{
    max-width:100% !important;
}
.page .left_content .content_box.content a:hover{
    text-decoration: underline;
}
.page .left_content .content_box.content img{
    max-width:100% !important;
    border-radius:2px;
    -webkit-box-shadow: inset 0px 0px 5px 5px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 5px 5px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 5px 5px rgba(255,255,255,1);
}
.page .left_content .content_box.content img:hover{
    opacity:0.7;
}
.page .left_content .content_box.content table.staff tr{
}
.page .left_content .content_box.content table.staff tr>td{
    padding:20px 10px;
    border-bottom:1px #ccc dotted;
}

.page .left_content .content_box.content img.alignleft{
    float:left;
    border-radius:2px;
    margin:0 25px 10px 0;
}
.page .left_content .content_box.content img.alignright{
    float:right;
    border-radius:2px;
    margin:0 0 10px 25px;
}
.events{
    list-style:none;
    margin:0;
    padding:0;
}
.events .single_event:first-child{
    border-top:none;
}

.events .single_event{
    list-style:none;
    margin:0;
    padding:15px 10px;
    cursor:pointer;
    border-top:1px #f2f2f2 solid;
}
.events .single_event:after{
    content:"";
    clear:both;
    display:block;
}
.events .single_event a{
    color:#333;
    text-decoration:none;
}

.events .single_event:hover,
.events .single_event:hover .year .label{
    background:#fbfbfb;
}
.events .single_event:hover .title{
    text-decoration:underline;
}

.events .single_event .event_info{
    margin-top:10px;
    padding-bottom:25px;
    display:block;
    font-size:11px;
    padding-left:110px;
}
.events .single_event .link{
    padding:5px 15px;
    background:#f2f2f2;
    font-size:11px;
}
.events .single_event .title{
    display:block;
    font-size:13px;
    font-weight:600;
    padding-left:110px;
}
.events .title a{
   text-decoration:none;  
}
.events .content{
    font-size:10px;
    display:block;
    padding-top:5px;
    line-height:15px;
}
.events .date{
    float:left;
    display:inline-block;
    vertical-align:top;
    min-width:100px;
    width:90px;
    padding-right:10px;
}

.events .day_month{
    display:block;
    font-size:14px;
    font-weight:600;
    text-align:center;
}
.events .day{
    display:block;
    font-size:13px;
    font-weight:600;
    text-align:center;
}
.events .year{
    display:block;
    position:relative;
    text-align:center;
}
.events .year:after{
    content: "";
    z-index:0;
    display:block;
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:#f2f2f2;
}
.events .year .label{
    position:relative;
    z-index:1;
    color:#666;
    font-size:9px;
    padding:0 10px;
    display:inline-block;
    background:white;
}
.events .hours{
    display:block;
    text-align:center;
    font-weight:600;
    font-size:10px;
    line-height:20px;
}
.events .durable .hours{
    margin-top:20px;
    font-weight: 600;
}




.left_content.appointment_preview .date {
    display: block;
    vertical-align: top;
    width: 100%;
    padding-right: 0;
}

.left_content.appointment_preview .day_month{
    display:block;
    font-size:60px;
    font-weight:600;
    text-align:center;
}
.left_content.appointment_preview .day{
    display:block;
    font-size:14px;
    font-weight:600;
    text-align:center;
}
.left_content.appointment_preview .year{
    display:block;
    position:relative;
    text-align:center;
}
.left_content.appointment_preview .year:after{
    content: "";
    z-index:0;
    display:block;
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:#f2f2f2;
}
.left_content.appointment_preview .year .label{
    position:relative;
    z-index:1;
    color:#666;
    font-size:18px;
    line-height:50px;
    padding:0 10px;
    display:inline-block;
    background:white;
}
.left_content.appointment_preview .hours{
    display:block;
    text-align:center;
    font-weight:600;
    font-size:26px;
    line-height:50px;
}
.left_content.appointment_preview .description{
    margin:50px 0;
}






.cover.page{
    height:auto;
    position:relative;
    padding:50px 0 200px 0;
    box-sizing:border-box;
    background:#1c4488;
    text-align:center;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
}
.cover.page.covered:after{
    content:"";
    position:absolute;
    z-index:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}

.cover.page h1,
.cover.article h1{
    position:relative;
    z-index:1;
    display:inline-block;
    margin-top:150px;
    top:0;
    padding:0 15px;
    max-width:1200px;
    font-size:35px;
    color:white;
}

.main_content table{
    width:100%;
}
.article .left_content .content_box.article {
    padding:10px;
}
.article .left_content .content_box.normal {
    padding:50px;
}
.main_content>.inner .content{
    padding:0 50px;
}
.article .left_content .content_box.article h1{
    display:block;
    font-size:20px;
    margin:30px 0;
}
.article .left_content .content_box.article .time_label{
    color:#999;
    font-size:11px;
}
.article .left_content .content_box.article .time{
    font-size:11px;
}
.page .left_content .content_box p,
.article .left_content .content_box.article p{
    line-height:22px;
    color:#333;
    margin-bottom:25px;
    text-align:justify;
}
.page .left_content .content_box li,
.article .left_content .content_box.article li{
    line-height:22px;
    color:#333;
    margin-bottom:15px;
}
.article .left_content .content_box.article .published{
    float:right;
    margin-top:50px;
}

.main_content.article .left_content .content_box .thumbnail.full{
    display:block;
    width:100%;
    height:350px;
    background-size:cover;
    border-radius:2px;
    background-position:center !important;
    -webkit-box-shadow: inset 0px 0px 3px 3px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 3px 3px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 3px 3px rgba(255,255,255,1);
}
.main_content.article .left_content .content_box .thumbnail.full:hover{
    opacity:0.8;
}
.slogan a{
    display:block;
    position:relative;
    z-index:1;
    font-weight:800;
    padding:70px 0 50px 0;
    background:#2a57a2;
    text-align:center;
    color:white;
    overflow:hidden;
    text-decoration:none;
}
h3.slogan{
    margin:0;
    font-size:40px;
}


#room_request{
    
}
#room_request textarea{
    width:100%;
    height:150px;
    outline:none;
    padding:15px 25px;    
    box-sizing:border-box;
    border-radius:3px;
    resize:vertical;
    border:1px #ddd solid;
}
#room_request .btn{
    outline:none;
    width:100%;
    margin-top:10px;
    border-radius:2px;
    height:40px;
    line-height:40px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight:600;
    position:relative;
}
#room_request .btn:after{
    content:'';
    display:block;
    bottom:0;
    
    left:20px;
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 7px solid #204687;
}
#room_request .datenschutz_confirmation{
    padding:15px;
    background:#fafafa;
}
#room_request .datenschutz_confirmation:after{
    
}
.footer{
    z-index:1;
    position:relative;
    background:#2a57a2;
    width:100%;
    padding:100px 0 100px 0;
    text-align:center;
    min-height:300px;
}
.footer a{
    color:white;
    text-decoration:none;
}
.footer .inner{
    width:1200px;
    min-height:100px;
    display:inline-block;
}
.footer .location{
    margin-top: 100px;
}
.footer .inner .blocks:after{
    content:"";
    display:block;
    clear:both;
    float:none;
   
}
.footer .inner .block{
    width:30%;
    float:left;
    text-align:left;
    box-sizing:border-box;
    color:white;
}
.footer .inner .block.center{
    width:40%;
    float:left;
    text-align:left;
    padding:0 50px;
    box-sizing:border-box;
}
.footer .inner .block h2{
    font-size:16px;
    font-weight:600;
    text-transform: uppercase;
}
.footer .inner .block ul{
    list-style:none;
    margin:0;
    padding:0;
}
.footer .inner .block ul li{
    list-style:none;
    margin:0;
    padding:10px 0;
    display:block;
    border-bottom:1px #436bad solid;
}

.footer .inner .maps{
    width:100%;
    height:350px;
    margin-top:50px;
    display:inline-block;
    background:#265097;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position:center;
}
.footer .bottom{
    margin-top: 100px;
    color:white;
}
.footer .bottom .links{
    margin-bottom:10px;
}




.gallery.content_box .btn{
    display:block;
    float: right;
    font-size:11px;
    margin-top:15px;
}
.gallery .item{
    display:block;
    width:33.33%;
    float:left;
    position:relative;
    overflow:hidden;
    height:180px;
    box-sizing:border-box;
    background-position:center;
    background-size:cover;
    border:5px white solid;
    cursor:pointer;
}
.gallery .item:nth-child(3n+1){
    border-left:0 white solid;
}
.gallery .item:nth-child(3n){
    border-right:0 white solid;
}
.gallery .item .overlay_info{
    position:absolute;
    top:0;
    opacity:0;
    left:0;
    width:100%;
    height:100%;
    background:rgb(32, 70, 134,0.95);
    color:white;
    padding:15px;
    cursor:pointer;
    box-sizing:border-box;
    background-repeat: no-repeat;
    background-size: 10% auto;
    background-position: center;
    background-image:url(./icons/zoom-in-white.svg) !important;    
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.gallery .item:hover .overlay_info{
    opacity:1;
     
}
.gallery .item .overlay_info .title{
    font-size:14px;
    font-weight:600;
    display:block;
}
.gallery .item .overlay_info .desc{
    font-size:10px;
    display:block;
    margin-top:20px;
}
.clear:after{
    content:"";
    display:block;
    clear:both;
}


.title_seperator{
    position:relative;
    text-align:center;
    margin:35px 0;
}
.title_seperator:after{
    content:"";
    z-index:0;
    position:absolute;
    display:block;
    width:100%;
    height:1px;
    background:#ddd;
    top:50%;
    left:0;
}
.title_seperator .title{
    position:relative;
    z-index:1;
    background:white;
    padding:0 15px;
    display:inline-block;
    font-size:12px;
    font-weight:600;
    
}
.input_wrapper,
.select_wrapper{
    position:relative;
    display:block;
    border:1px #ddd solid;
    border-radius:3px;
    overflow:hidden;
    margin-bottom:15px;
}
.input_wrapper.error,
.select_wrapper.error{
    margin-bottom:0;
    border:1px #ff5c5c solid;
}
.field_response {
    background: #ff6b6b;
    color: #fff;
    padding: 8px 10px 8px 70px;
    font-size: 11px;
    line-height: 15px;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}
.field_response i {
    float: left;
    height: 100%;
    font-size: 20px;
    top: 0;
    background: #ff5c5c;
    line-height: 30px;
    border-radius: 2px;
    border-right: 1px #ff5656 solid;
}
.field_response:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 16px;
    margin-left: 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid #ff5c5c;
}
.field_response i:after {
    content: "!";
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 17px;
    top: 50%;
    margin-top: -10px;
}
.field_response i, .field_response i:after {
    font-style: normal;
    width: 40px;
    color: #fff;
    position: absolute;
    left: 0;
    text-align: center;
}
.input_wrapper i.icon,
.select_wrapper i.icon{
    position:absolute;
    display:block;
    background-color:#fafafa;
    top:0;
    left:0;
    width:40px;
    height:100%;
    background-size:50% auto !important;
    background-position:center !important;
    background-repeat: no-repeat !important;
}
i.icon.event{
    background-image:url(./icons/celebration.svg)
}
i.icon.date{
    background-image:url(./icons/calendar.svg)
}
i.icon.people_size{
    background-image:url(./icons/party-people.svg)
}
i.icon.user{
    background-image:url(./icons/user.svg)
}
i.icon.male_female{
    background-image:url(./icons/male-female.svg)
}
i.icon.user{
    background-image:url(./icons/user.svg)
}
i.icon.email{
    background-image:url(./icons/email.svg)
}
i.icon.phone{
    background-image:url(./icons/phone.svg)
}
i.icon.loc{
    background-image:url(./icons/loc.svg)
}
.input_wrapper input{
    width:100%;
    border:none;
    padding-left:50px;
    outline:none;
    font-size:12px;
    height:40px;
    line-height:40px;
}
label{
    font-weight:600;
    display:block;
    color:#555;
    margin:0 0 2px 3px;
}
input,button,textarea{
     font-family:'Open Sans' !important;
}
.select_wrapper select{
    width:100%;
    height:40px;
    border:none;
    background:#fff;
    padding-left:50px;
    border-radius:3px;
    outline:none;
}
.bls{
    display:block;
}
.bls:after{
    content:"";
    display:block;
    clear:both;
}
.bls .bl{
    min-height:1px;
    float:left;
    box-sizing:border-box;
}
.bls .bl:first-child{
    padding-right:10px;
}
.bls .bl:nth-child(2){
    padding-left:10px;
}

.bls .bl._50{
    width:50%;
}

.btn{
    display:inline-block;
    padding:5px 25px;
    border:none;
    border-radius:2px;
    background:#204687;
    color:white;
    cursor:pointer;
}
.btn:hover{
    opacity:0.8;
    
}
.btn.gray{
    background:#ddd;
    color:#000;
}
.wrapper_{
    text-align:center;
}
.inner_{
    display:block;
    text-align:left;
}
.post_loader{
    padding-top:50px;
    display:block;
    clear:both;
    float:none;
}
.center{
    text-align:center;
}
@font-face{
    font-family:'Open Sans';
     font-weight:100 200 300;
     src:url(./css_files/fonts/OpenSans-Light.eot) format('eot'),url(./css_files/fonts/OpenSans-Light.woff) format('woff'),url(./css_files/fonts/OpenSans-Light.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-weight:200;
     src:url(./css_files/fonts/OpenSans-Light.eot) format('eot'),url(./css_files/fonts/OpenSans-Light.woff) format('woff'),url(./css_files/fonts/OpenSans-Light.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-weight:300;
     src:url(./css_files/fonts/OpenSans-Light.eot) format('eot'),url(./css_files/fonts/OpenSans-Light.woff) format('woff'),url(./css_files/fonts/OpenSans-Light.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-weight:400;
     src:url(./css_files/fonts/OpenSans-Regular.eot) format('eot'),url(./css_files/fonts/OpenSans-Regular.woff) format('woff'),url(./css_files/fonts/OpenSans-Regular.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-weight:500;
     src:url(./css_files/fonts/OpenSans-Regular.eot) format('eot'),url(./css_files/fonts/OpenSans-Regular.woff) format('woff'),url(./css_files/fonts/OpenSans-Regular.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-weight:600;
     src:url(./css_files/fonts/OpenSans-Semibold.eot) format('eot'),url(./css_files/fonts/OpenSans-Semibold.woff) format('woff'),url(./css_files/fonts/OpenSans-Semibold.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-weight:700;
     src:url(./css_files/fonts/OpenSans-Bold.eot) format('eot'),url(./css_files/fonts/OpenSans-Bold.woff) format('woff'),url(./css_files/fonts/OpenSans-Bold.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-weight:800;
     src:url(./css_files/fonts/OpenSans-Bold.eot) format('eot'),url(./css_files/fonts/OpenSans-Bold.woff) format('woff'),url(./css_files/fonts/OpenSans-Bold.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-weight:900;
     src:url(./css_files/fonts/OpenSans-ExtraBold.eot) format('eot'),url(./css_files/fonts/OpenSans-ExtraBold.woff) format('woff'),url(./css_files/fonts/OpenSans-ExtraBold.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-style:italic;
     font-weight:100;
     src:url(./css_files/fonts/OpenSans-LightItalic.eot) format('eot'),url(./css_files/fonts/OpenSans-LightItalic.woff) format('woff'),url(./css_files/fonts/OpenSans-LightItalic.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-style:italic;
     font-weight:200;
     src:url(./css_files/fonts/OpenSans-LightItalic.eot) format('eot'),url(./css_files/fonts/OpenSans-LightItalic.woff) format('woff'),url(./css_files/fonts/OpenSans-LightItalic.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-style:italic;
     font-weight:300;
     src:url(./css_files/fonts/OpenSans-LightItalic.eot) format('eot'),url(./css_files/fonts/OpenSans-LightItalic.woff) format('woff'),url(./css_files/fonts/OpenSans-LightItalic.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-style:italic;
     font-weight:400;
     src:url(./css_files/fonts/OpenSans-Italic.eot) format('eot'),url(./css_files/fonts/OpenSans-Italic.woff) format('woff'),url(./css_files/fonts/OpenSans-Italic.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-style:italic;
     font-weight:400;
     src:url(./css_files/fonts/OpenSans-Italic.eot) format('eot'),url(./css_files/fonts/OpenSans-Italic.woff) format('woff'),url(./css_files/fonts/OpenSans-Italic.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-style:italic;
     font-weight:600;
     src:url(./css_files/fonts/OpenSans-SemiboldItalic.eot) format('eot'),url(./css_files/fonts/OpenSans-SemiboldItalic.woff) format('woff'),url(./css_files/fonts/OpenSans-SemiboldItalic.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-style:italic;
     font-weight:700;
     src:url(./css_files/fonts/OpenSans-BoldItalic.eot) format('eot'),url(./css_files/fonts/OpenSans-BoldItalic.woff) format('woff'),url(./css_files/fonts/OpenSans-BoldItalic.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-style:italic;
     font-weight:800;
     src:url(./css_files/fonts/OpenSans-BoldItalic.eot) format('eot'),url(./css_files/fonts/OpenSans-BoldItalic.woff) format('woff'),url(./css_files/fonts/OpenSans-BoldItalic.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
     font-style:italic;
     font-weight:900;
     src:url(./css_files/fonts/OpenSans-ExtraBoldItalic.eot) format('eot'),url(./css_files/fonts/OpenSans-ExtraBoldItalic.woff) format('woff'),url(./css_files/fonts/OpenSans-ExtraBoldItalic.ttf) format('truetype')
}


