@charset "utf-8";
/* CSS Document */

/*
font-family: 'Montserrat', sans-serif;
font-family: FontAwesome;
*/

body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
    font-size: 10px;
}
body.fnt_b { font-size: 12px; }
body.fnt_h { font-size: 14px; }
*
{
	outline: none;
}
*:focus { outline: #FFFFFF dashed 1px; }

a img
{
	border: 0px solid;
}
a.art_anchor
{
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	font-size: 0;
}
p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.content p
{
	float: none;
}
body .ui-widget { font-size: 110%; }
.respb
{
    max-width: 100%;
    margin: 0 auto;
    display: table;
}

.page_c
{
	width: 100%;
	min-width: 850px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.offscreen 
{ 
	position: absolute; 
	clip: rect(1px 1px 1px 1px); /* for Internet Explorer */ 
	clip: rect(1px, 1px, 1px, 1px); 
	padding: 0; 
	border: 0; 
	height: 1px; 
	width: 1px; 
	overflow: hidden; 
}
@media (max-width: 1000px)
{
	.page_c
	{
		min-width: 320px;
	}
	body .ui-widget { font-size: 140%; }
}
@media (max-width: 650px)
{
	body .ui-widget { font-size: 160%; }
}

/* Head */
.head_c
{
	width: 100%;
    position: relative;
    z-index: 5;
}
.head_top_c
{
    width: 100%;
    min-height: 56px;
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    background-color: #054472;
}
body.cnt_on .head_top_c { background-color: #FFFFFF; }
.head_top
{
    float: right;
    padding: 10px 0;
}
.head_top > *
{
    float: left;
    margin: 0 0 0 50px;
    padding: 2px 0 2px 0;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 150%;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 31px;
}
.head_top > *:first-child { margin-left: 0; }
body.cnt_on .head_top > * { color: #000000; }
.head_top .acc_button
{
    padding-left: 10px;
    padding-right: 50px;
}
.head_top .acc_button:hover,
.head_top .acc_button:focus
{
    background-color: #0068A6;
}
.head_top .acc_button::after
{
    content:"\f085";
    float: right;
    margin: 0 -40px 0 0;
    font-family: FontAwesome;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 31px;
}
body.cnt_on .head_top .acc_button::after { color: #000000; }

.acc_cnt {}
.acc_cnt > * { float: left; }
.acc_cnt img { width: 30px; margin-left: 5px; vertical-align: middle; }
.acc_cnt span { margin-right: 10px; }

.acc_fnt { margin-top: -5px; }
.acc_fnt span { display: inline-block; vertical-align: middle; margin: 0 10px 0 0; }
.acc_fnt a { font-weight: normal; color: #FFFFFF; text-decoration: none; margin: 0 3px; }
.acc_fnt a.active { text-decoration: underline; }
.acc_fnt .fnt_n { font-size: 16px; }
.acc_fnt .fnt_b { font-size: 21px; }
.acc_fnt .fnt_h { font-size: 26px; }
body.cnt_on .acc_fnt a { color: #000000; }

.suchen
{
    float: left;
    position: relative;
    z-index: 1;
}
.suchen_i
{
    width: 160px;
    height: 35px;
    float: left;
    padding: 5px 10px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    background-color: #FFFFFF;
}
.suchen_i input[type="text"]
{
    width: 100%;
    height: 25px;
    float: left;
    border: 0px solid;
    margin: 0;
    padding: 0;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #054472;
    line-height: 25px;
}
body.tnf_b .suchen_i input[type="text"] { font-size: 18px; }
body.tnf_h .suchen_i input[type="text"] { font-size: 21px; }
.suchen_btn
{
    width: 35px;
    height: 35px;
    float: left;
    background-color: #053E67;
}
.suchen_btn .suchen_ico
{
    width: 100%;
    float: left;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
}
body.cnt_on .suchen_i input[type="text"] { color: #000000; }
body.cnt_on .suchen_btn { background-color: #000000; }
body.cnt_on .suchen_i { border: 1px solid #000000; }
body.cnt_on .suchen_btn .suchen_ico { border: 1px solid #000000; }
@media (max-width: 1000px)
{
    .head_top > * { margin: 0 0 0 40px; }
    .acc_cnt span { display: none; }
    .acc_fnt span { display: none; }
}
@media (max-width: 650px)
{
    .head_top > * { margin: 0 0 0 25px; }
    .acc_button { display: none; }
    .suchen_i
    {
        position: absolute;
        top: 35px;
        right: 0;
        z-index: 2;
        display: none;
    }
    .suchen.opened .suchen_i
    {
        display: block;
    }
}

.head_bottom_c
{
    width: 100%;
    min-height: 87px;
    display: table;
    table-layout: fixed;
    background-color: #0068A6;
    position: relative;
    z-index: 1;
}
body.cnt_on .head_bottom_c { background-color: #000000; }
.logo
{
    width: 232px;
    height: 131px;
    position: absolute;
    top: 0px;
    left: 3px;
    z-index: 10;
    padding: 16px 0 0 30px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    
    background-image: url(../img/bg/logo_bg.png);
}
.logo img
{
    width: 140px;
}

.head_bottom_c .top_links
{
    float: right;
    padding: 28px 0;
}
.head_bottom_c a
{
    margin-right: 30px;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 150%;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 30px;
    letter-spacing: .5px;
}
.head_bottom_c a span.tel { margin-left: 5px; }
.head_bottom_c .fa
{
    font-family: FontAwesome;
    font-size: 28px;
    color: #FFFFFF;
    vertical-align: middle;
}
.head_bottom_c .fa.fa-home { font-size: 28px; }
.head_bottom_c .fa.fa-envelope { font-size: 23px; }
.head_bottom_c .fa.fa-phone { font-size: 25px; }

@media (max-width: 1000px)
{
    .head_bottom_c span.tel { display: none; }
    .logo
    {
        width: 204px;
        height: 115px;
        background-size: 204px 115px;
        -webkit-background-size: 204px 115px;
    }
    .logo img { width: 120px; }
}
@media (max-width: 650px)
{
    .head_bottom_c { min-height: 62px; }
    .head_bottom_c .top_links { padding: 15px 0; }
    .logo
    {
        width: 134px;
        height: 75px;
        padding: 11px 0 0 18px;
        background-size: 134px 75px;
        -webkit-background-size: 134px 75px;
    }
    .logo img { width: 80px; }
}

/* Head image */
.header_image
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.header_image img
{
    position: relative;
    z-index: 1;
    margin-left: -400px;
}
.header_image .slogan
{
    position: absolute;
    left: 20px;
    bottom: 131px;
    z-index: 2;
    
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
}
.header_image .slogan .slo
{
    float: left;
    padding: 12px 20px;
    background-color: #0068A6;
    font-size: 400%;
    line-height: 120%;
}
body.cnt_on .header_image .slogan .slo { background-color: #000000; }
.header_image .slogan .slt
{
    float: left;
    clear: both;
    margin: 15px 0 0 0;
    padding: 10px 20px;
    background-color: #A62800;
    font-size: 300%;
    line-height: 120%;
}
body.cnt_on .header_image .slogan .slt { background-color: #000000; }
@media (max-width: 1000px)
{
    .header_image { max-width: 650px; }
    .header_image img { width: 100%; margin-left: 0; }
    .header_image .slogan { left: 0; bottom: 40px; }
    .header_image .slogan .slo { font-size: 300%; }
    .header_image .slogan .slt { font-size: 220%; }
}
@media (max-width: 650px)
{
    .header_image { max-width: 320px; }
     .header_image .slogan .slo { padding: 5px 10px; font-size: 200%; }
    .header_image .slogan .slt { padding: 5px 10px; font-size: 150%; }
}

/* Generic center aligment */
.align_middle
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
@media (max-width: 1000px)
{
    .align_middle { max-width: 650px; }
}
@media (max-width: 650px)
{
    .align_middle { max-width: 320px; }
    .head_bottom_c a { margin-right: 16px; }
}

/* Menu */
.menu
{
    float: right;
    padding: 18px 0;
    position: relative;
    z-index: 10;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective-origin: 0% 100% 0;
    -webkit-perspective-origin: 0% 100% 0;
}
.menu_btn
{
    width: 80px;
    height: 50px;
    float: left;
    padding: 0 0 0 50px;
    background-color: #054472;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    cursor: pointer;
}
.menu_btn span {  }
.menu_btn .mmbico
{
    width: 32px;
	height: 32px;
    float: left;
    margin: 11px 0 0 -40px;
    position: relative;
    z-index: 1;
}
.menu_btn .mmbico > *
{
	width: 28px;
	height: 6px;
	float: left;
	opacity: 1;
	transition-duration: 500ms;
	backface-visibility: hidden;
    background-color: #FFFFFF;
}
.menu_btn .one
{
    margin: 0 0 0 3px;
	transform: rotate(45deg) translate(7px, 10px);
	-webkit-transform: rotate(45deg) translate(7px, 10px);
}
.menu_btn .two { opacity: 0; }
.menu_btn .three {
	margin: 0 0 0 3px;
	transform: rotate(-45deg) translate(-2px, -1px);
	-webkit-transform: rotate(-45deg) translate(-2px, -1px);
}
.menu_btn.closed .mmbico > * { height: 4px; margin: 0; }
.menu_btn.closed .mmbico > div
{
	margin: 4px 0 0 0;
    transform: rotate(0deg) translate(0,0); 
	-webkit-transform: rotate(0deg) translate(0,0);
    opacity: 1;
}
body.cnt_on .menu_btn { background-color: #FFFFFF; color: #000000; }
body.cnt_on .menu_btn .mmbico > * { background-color: #000000; }

.menu_layer
{
	width: 320px;
	float: left;
	position: absolute;
    top: 87px;
	right: 0;
	z-index: 1;
	
	background-color: #054472;
    
    pointer-events: auto;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
body.cnt_on .menu_layer { background-color: #000000; }
.menu_layer.closed
{
    pointer-events: none;
    opacity: 0;
	transform: translateY(10px);
    -webkit-transform: translateY(10px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
body.cnt_on .menu_layer { background-color: #000000; }

.menu_simple
{
    width: 100%;
    overflow: hidden;
    
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.menu_simple ul
{
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0 25px 0;
    list-style: none;
}
.menu_simple ul li
{
    width: 100%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.menu_simple ul li a
{
    width: 100%;
    float: left;
    padding: 10px 30px 10px 0;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    
    background-image: url(../img/icons/mark.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 30px;
    -webkit-background-size: 20px 30px;
    
    border-bottom: 2px solid #FFFFFF;
    
    font-size: 200%;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 30px;
}
body.cnt_on .menu_simple ul li a { background-image: url(../img/icons/markw.png); }
.menu_simple ul li a:hover,
.menu_simple ul li.current_path a,
.menu_simple ul li.current_link a
{
    color: #5EA0CA;
}
body.cnt_on .menu_simple ul li a:hover, body.cnt_on .menu_simple ul li.current_path a { color: #FFFFFF; }
.menu_simple ul li ul.submenu
{
    display: none;
    padding: 15px 0 0 0;
    font-size: 90%;
    font-weight: normal;
}
.menu_simple ul li.opened ul.submenu { display: block; }
.menu_simple ul li ul.submenu li a
{
    padding: 0 25px 0 25px;
    background-image: none;
    border-bottom: 0px solid;
    
    color: #72B6DE;
    line-height: 35px;
}
body.cnt_on .menu_simple ul li ul.submenu li a { color: #FFFFFF; }
.menu_simple ul li ul.submenu li { padding: 0; }
.menu_simple ul li ul.submenu li a::before
{
    float: left;
    margin-left: -15px;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 110%;
    color: #72B6DE;
}
body.cnt_on .menu_simple ul li ul.submenu li a::before { color: #FFFFFF; }
.menu_simple ul li ul.submenu li a:hover,
.menu_simple ul li ul.submenu li.current_link a,
.menu_simple ul li ul.submenu li.current_path a
{
    background-color: #A62800;
    color: #FFFFFF;
}
body.cnt_on .menu_simple ul li ul.submenu li a:hover,
body.cnt_on .menu_simple ul li ul.submenu li.current_link a,
body.cnt_on .menu_simple ul li ul.submenu li.current_path a
{
    background-color: #FFFFFF;
    color: #000000;
}
.menu_simple ul li ul.submenu li a:hover::before,
.menu_simple ul li ul.submenu li.current_link a::before,
.menu_simple ul li ul.submenu li.current_path a::before
{
    color: #FFFFFF;
}
body.cnt_on .menu_simple ul li ul.submenu li a:hover::before,
body.cnt_on .menu_simple ul li ul.submenu li.current_link a::before,
body.cnt_on .menu_simple ul li ul.submenu li.current_path a::before
{
    color: #000000;
}

.menusl { display: none; }
.menusl
{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.menusl .menuslbox
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: -100%;
	z-index: 2;
}
.menusl .menuslbox.current
{
	left: 0%;
}
.menusl .menuslbox ul
{
	width: 100%;
	float: left;
    padding: 10px 0 25px 0;
	list-style: none;
	
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	line-height: 44px;
}
.menusl .menuslbox ul li
{
	width: 100%;
	float: left;
    padding: 0 25px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	min-height: 44px;
}
.menusl .menuslbox ul li a
{
	width: 100%;
    float: left;
    padding: 10px 30px 10px 0;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    
    background-image: url(../img/icons/mark.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 30px;
    -webkit-background-size: 20px 30px;
    
    border-bottom: 2px solid #FFFFFF;
    
    font-size: 200%;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 30px;
}
body.cnt_on .menusl .menuslbox ul li a { background-image: url(../img/icons/markw.png); }
.menusl .menuslbox ul li.current_link a,
.menusl .menuslbox ul li.current_path a,
.menusl .menuslbox ul li:hover a
{
	color: #5EA0CA;
}
.menusl .menuslbox ul.submenu
{
	padding: 15px 0 25px 0;
    font-size: 90%;
    font-weight: normal;
}
.menusl .menuslbox ul.submenu li
{
}
.menusl .menuslbox ul.submenu li a
{
	padding: 0 25px 0 25px;
    background-image: none;
    border-bottom: 0px solid;
    
    color: #72B6DE;
    line-height: 38px;
}
.menusl .menuslbox ul.submenu li a::before
{
    float: left;
    margin-left: -15px;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 110%;
    color: #72B6DE;
}
.menusl .menuslbox ul.submenu li.back_link a
{
    margin: 0 0 15px 0;
    padding: 5px 0;
    background-image: url(../img/icons/mark.png);
    border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
    font-weight: bold;
}
.menusl .menuslbox ul.submenu li.back_link a::before { display: none; }
.menusl .menuslbox ul.submenu li.mm_parent { display: none; }
.menusl .menuslbox ul.submenu li.current_link a
{
    background-image: url(../img/icons/markw.png);
    background-color: #A62800;
    color: #FFFFFF;
}
.menusl .menuslbox ul.submenu li.current_link a::before { color: #FFFFFF; }

@media (max-width: 650px)
{
    .menu_simple { display: none; }
    .menusl { display: block; }
    .menu { padding: 6px 0; }
    .menu_btn { width: 0; }
    .menu_btn span { display: none; }
    .menu_layer {  top: 62px; }
}



/* Map */
.as_map
{
    width: 100%;
    height: 0;
    overflow: hidden;
}
.as_map > div { overflow: hidden; text-align: center; }
.as_map.opened { height: auto; }
.as_map .align_middle > a,
.as_map .align_middle > span
{
    display: inline-block;
    margin: 15px 50px 15px 0;
    padding: 8px 15px;
    background-color: #0068A6;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 150%;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 120%;
    cursor: pointer;
}
.as_map a span, .as_map span span { margin-right: 10px; }
.as_map .align_middle > *:focus { background-color: #000000; }

body.cnt_on .as_map .align_middle > a,
body.cnt_on .as_map .align_middle > span
{
    background-color: #000000;
}
body.cnt_on .as_map .align_middle > *:focus { background-color: #FFFFFF; color: #000000; }

/* Main */
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
body.pcontent .main_c
{
    padding-top: 90px;
}
.breadcrumb
{
    width: 100%;
    float: left;
    padding: 20px 48px 0 48px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 130%;
}
.breadcrumb a
{
    color: #0764A9;
    text-decoration: none;
}
.breadcrumb span.sep { margin: 0 10px; }

.content
{
	width: 100%;
    float: left;
    padding: 40px 0 50px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.naob
{
    min-width: 143px;
    height: 36px;
    border: 2px solid #404040;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    overflow: hidden;
    background-color: #FFFFFF;
    display: none;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 120%;
    color: #404040;
    letter-spacing: 1px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}
.naob.show { display: block; }
.naob .nbico
{
    width: 36px;
    height: 36px;
    float: left;
    background-color: #0964A9;
    
    font-size: 32px;
    color: #FFFFFF;
}
body.cnt_on .naob { border: 2px solid #000000; color: #000000; }
body.cnt_on .naob .nbico { background-color: #000000; }
@media (max-width: 1000px)
{
    body.pcontent .main_c { padding-top: 35px; }
    .content { padding-top: 30px; }
    body.pcontent .content { padding-top: 25px; }
}
@media (max-width: 650px)
{
    .breadcrumb { padding: 20px 10px 0 10px; }
    body.pcontent .main_c { padding-top: 5px; }
    .content { padding-top: 15px; }
    body.pcontent .content { padding-top: 5px; }
}

/* Footer */
.footer_c
{
	width: 100%;
    position: relative;
    z-index: 2;
}
.footer_c footer { width: 100%; float: left; overflow: hidden; }
.footer_top_c
{
    width: 100%;
    padding: 15px 0 0 0;
    display: table;
    table-layout: fixed;
    background-color: #A62800;
    position: relative;
    z-index: 2;
    
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 150%;
    color: #FFFFFF;
    text-align: center;
}
.footer_top_c > div
{
    padding: 0 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
body.cnt_on .footer_top_c { background-color: #000000; }

.footer_top_c .fico
{
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.footer_top_c a { color: #FFFFFF; text-decoration: none; transition: color 250ms; -webkit-transition: color 250ms; }
.footer_top_c a:hover { color: #4A1300; }
.footer_top_c .fico span.ico { height: 25px; font-size: 166%; display: table; table-layout: fixed; margin: 0 auto; }
.footer_top_c a span.label { min-height: 40px; padding-top: 5px; display: table; table-layout: fixed; line-height: 120%; }
.footer_top_c .arrd
{
    width: 70px;
    height: 28px;
    position: absolute;
    left: 50%;
    bottom: -28px;
    z-index: 3;
    margin-left: -35px;
    background-image: url(../img/icons/arr_dr.png);
}
body.cnt_on .footer_top_c .arrd { background-image: url(../img/icons/arr_db.png); }
body.cnt_on .footer_top_c a:hover { color: #FFFFFF; }
.auto_space { width: 100%; display: inline-block; }
@media (max-width: 1000px)
{
    .footer_top_c .fico { width: 33.33%; float: left; }
    .footer_top_c .fico a { display: table; table-layout: fixed; margin: 0 auto; }
}
@media (max-width: 650px)
{
    .footer_top_c .fico { width: 50%; min-height: 88px; padding: 10px 5px; }
    body.fnt_b .footer_top_c .fico { min-height: 100px; }
    body.fnt_h .footer_top_c .fico { min-height: 140px; /*112px;*/ }
    .footer_top_c a span.label { width: 100%; }
}

.footer_mid_c
{
    width: 100%;
    padding: 50px 0 25px 0;
    background-color: #0068A6;
    overflow: hidden;
}
body.cnt_on .footer_mid_c { background-color: #FFFFFF; }

.fmid_top
{
    width: 100%;
    float: left;
}
.fmid_top .fbox
{
    width: 26%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.fmid_top .fbox.mid { width: 48%; }
.fmid_top .fbox h4
{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 300%;
    font-weight: normal;
    color: #FFFFFF;
}
body.cnt_on .fmid_top .fbox h4 { color: #000000; }
.fmid_top .fbox h4 span { margin: 0 5px 0 10px; }
.fmid_top .fbox .fbox_cnt
{
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
    
    font-family: Georgia, serif;
    font-size: 150%;
    color: #FFFFFF;
    line-height: 180%;
}
body.cnt_on .fmid_top .fbox .fbox_cnt { color: #000000; }
.fmid_top .fbox .fbox_cnt.spacer { padding-top: 80px; }
.fmid_top .fbox .fbox_cnt a { color: #FFFFFF; text-decoration: none; }
body.cnt_on .fmid_top .fbox .fbox_cnt p.d50 a { color: #000;}
.fmid_top .fbox .fbox_cnt a:hover { text-decoration: underline; }
.fmid_top .fbox .fbox_cnt a.ftbutton
{
    width: 100%;
    min-height: 42px;
    float: left;
    margin: 0 0 20px 0;
    background-color: #053E67;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 113%;
    line-height: 42px;
    text-align: center;
}
body.cnt_on .fmid_top .fbox .fbox_cnt a.ftbutton { background-color: #000000; }

.fmid_bottom
{
    width: 100%;
    float: left;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 110%;
    color: #FFFFFF;
    text-align: right;
}
.fmid_bottom > * { margin: 0 0 0 7px; }
.fmid_bottom a { color: #FFFFFF; text-decoration: underline; }
body.cnt_on .fmid_bottom { color: #000000; }
body.cnt_on .fmid_bottom a { color: #000000; }
@media (max-width: 1000px)
{
    .footer_mid_c { padding: 25px 0; }
    .fmid_top .fbox,
    .fmid_top .fbox.mid
    {
        width: 100%;
        padding: 25px 0 0 0;
    }
    p.d50 { width: 50%; }
    .fmid_top .fbox .fbox_cnt, .fmid_top .fbox .fbox_cnt.spacer { padding-top: 15px; }
    .fmid_bottom { margin-top: 25px; }
}
@media (min-width: 650px) and (max-width: 1000px)
{
    .fmid_top .fbox .fbox_cnt a.ftbutton { max-width: 48%; }
    .fmid_top .fbox .fbox_cnt a.ftbutton:first-child { margin-right: 4%; }
}
@media (max-width: 650px)
{
    p.d50 { width: 100%; }
}

.footer_logos_c
{
    width: 100%;
    padding: 20px 0 50px 0;
    overflow: hidden;
    text-align: center;
}
.footer_logos_c > div
{
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.footer_logos_c img { vertical-align: middle; }

.footer_logos_c img.l1 { width: 230px; }
.footer_logos_c img.l2 { width: 110px; }
.footer_logos_c img.l3 { width: 100px; }
.footer_logos_c img.l4 { width: 170px; }
.footer_logos_c img.l5 { width: 120px; }
@media (max-width: 1000px)
{
    .footer_logos_c > div { text-align: center; }
    .footer_logos_c a { margin: 10px 40px; display: inline-table; }
}
@media (max-width: 650px)
{
    .footer_logos_c a { margin: 10px; }
}
.anreise
{
	display:block;
}
body.cnt_on .anreise
{
	display:none;
}
.anreise_b
{
	display:none;
}
body.cnt_on .anreise_b
{
	display:block;
}
@charset "utf-8";
/* CSS Document */

/*
font-family: 'Montserrat', sans-serif;
font-family: FontAwesome;
*/

body.mceContentBody { overflow: auto; background-color: #FFFFFF; font-size: 17px; }

/* Package slider */
.art_element.art_group.pkgslider .pkg_c .pkg_inner > .art_element
{
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.content
{
    font-family: Georgia, serif;
    font-size: 170%;
    color: #3F3F3F;
    line-height: 180%;
}
body.cnt_on .content { color: #000000; }

.content *:focus { outline: #000000 dashed 1px; }
.content .highlight *:focus { outline: #FFFFFF dashed 1px; }

.content a
{
    color: #0067A5;
    text-decoration: underline;
}
.content a.gray
{
    color: #3F3F3F;
}
.content a:hover,
.content a:focus
{
    color: #252525;
}
body.cnt_on .content a,
body.cnt_on .content a.gray,
body.cnt_on .content a:hover
body.cnt_on .content a.gray:hover,
body.cnt_on .content a:focus
{
    color: #000000;
    text-decoration: underline;
}

.content ul
{
	margin: 0;
	padding: 0;
	list-style: none;
    display: table;
}
.content ul li
{
	padding-left: 15px;
}
.content ul li::before
{
    content: '\f105';
    float: left;
    margin-left: -15px;
    font-family: FontAwesome;
    font-size: 130%;
    color: #575757;
}
body.cnt_on .content ul li::before { color: #000000; }
body.cnt_on .content .art_element.highlight ul li::before { color: #FFFFFF; }

@media only screen and (max-width: 1000px)
{
    .content { font-size: 150%; }
}
@media only screen and (max-width: 650px)
{
    
}

/* Headlines */
h1, h2, h3
{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #3F3F3F;
    text-transform: uppercase;
}
h1 { font-size: 205%; }
h2 { font-size: 176%; }
h3 { font-size: 140%; }
body.cnt_on h1, body.cnt_on h2, body.cnt_on h3 { color: #000000; }
.art_element.highlight h1, .art_element.highlight h2, .art_element.highlight h3 { color: #FFFFFF; }

/* Highlight */
.art_element.highlight
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #606060;
    color: #FFFFFF;
}
.art_element.highlight2
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #E4E4E4;
    color: #606060;
	text-align:center !important;
}
body.cnt_on .art_element.highlight { background-color: #000000; color: #FFFFFF; }
body.cnt_on .art_element.highlight a { color: #FFFFFF; }
.art_element.highlight::before,
.art_element.highlight2::before
{
    content: '';
    width: 70px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    margin-left: -35px;
    background-image: url(../img/icons/arr_dw.png);
}
.art_element.highlight a
{
     color: #FFFFFF;
}
.art_element.highlight ul li::before { color: #FFFFFF; }

/* Button */
.content a.button,
.content .art_button a
{
    min-width: 300px;
    padding: 15px 30px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    background-color: #A62800;
    
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}
body.cnt_on .content a.button,
body.cnt_on .content .art_button a
{
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
}
.content a.button:hover,
.content .art_button a:hover,
.content a.button:focus,
.content .art_button a:focus
{
    background-color: #791F00;
    color: #FFFFFF;
}
body.cnt_on .content a.button,
body.cnt_on .content a.button:focus, body.cnt_on .content .art_button a:focus
{
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
}
body.cnt_on .content .art_element.highlight a.button,
body.cnt_on .content .art_element.highlight a.button:focus, body.cnt_on .content .art_element.highlight .art_button a:focus
{
    background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;
}

/* Tables */
.art_element.art_table table
{
	margin: 0;
	padding: 0;
	border: 0px solid;
	border-collapse: collapse;
    
    font-family: 'Montserrat', sans-serif;
    color: #3F3F3F;
    text-align: center;
}
.art_element.art_table table thead th
{
	padding: 15px 20px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
	background-color: #606060;
	
	font-size: 112%;
	font-weight: bold;
	color: #FFFFFF;
}
.art_element.art_table table tbody td
{
	padding: 15px 20px;
    background-color: #F7F7F7;
	border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
.art_element.art_table table tbody tr:nth-child(odd) td { background-color: #E2E2E2; }
body.cnt_on .art_element.art_table table thead th { background-color: #000000; }
body.cnt_on .art_element.art_table table tbody td { background-color: #FFFFFF; }
body.cnt_on .art_element.art_table table tbody tr:nth-child(odd) td { background-color: #FFFFFF; }
@media only screen and (max-width: 650px)
{
	h2 { font-size: 150%; }
	h3 { font-size: 130%; }
	
	.art_element.art_table table thead th { font-size:  100%; }
    .art_element.art_table table.mobile_table tr.even td.trtitle,
    .art_element.art_table table.mobile_table tr.odd td.trtitle
    {
        background-color: #606060;
        color: #FFFFFF;
    }
    .art_element.art_table table.mobile_table th
    {
        color: #FFFFFF;
    }
	.art_element.art_table table.mobile_table th,
	.art_element.art_table table.mobile_table td
	{
		padding: 15px 10px;
        border-top: 1px solid #FFFFFF;
        background-color: #606060;
	}
	.art_element.art_table table.mobile_table tr.even td
	{
		background-color: #FFFFFF;
	}
	.art_element.art_table table.mobile_table tr.odd td
	{
		background-color: #E2E2E2;
	}
    body.cnt_on .art_element.art_table table.mobile_table tr.even td.trtitle,
    body.cnt_on .art_element.art_table table.mobile_table tr.odd td.trtitle
    { background-color: #000000; }
    body.cnt_on .art_element.art_table table.mobile_table th,
	body.cnt_on .art_element.art_table table.mobile_table td
    { background-color: #000000; }
    body.cnt_on .art_element.art_table table.mobile_table tr.even td { background-color: #FFFFFF; }
    body.cnt_on .art_element.art_table table.mobile_table tr.odd td { background-color: #FFFFFF; }
}

/* Textbox */
.art_textibox .art_headline
{
    z-index: 3;
    padding-top: 0;
    padding-bottom: 0;
}
.art_textibox .art_headline > *
{
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background-color: #0068A6;
    
    font-size: 147%;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}
body.cnt_on .art_textibox .art_headline > * { background-color: #000000; }
.art_textibox .art_headline > *::after
{
    width: 60px;
    height: 24px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -24px;
    z-index: 2;
    margin-left: -30px;
    background-image: url(../img/icons/arr_dbl.png);
    background-size: 60px 24px;
    -webkit-background-size: 60px 24px;
}
body.cnt_on .art_textibox .art_headline > *::after { background-image: url(../img/icons/arr_db.png); }
.art_textibox .art_inner { padding-top: 0; }
.art_textibox .art_inner img { width: 100%; float: left; }
.art_textibox .tib_text
{
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    background-color: #F3F3F3;
}
body.cnt_on .art_textibox .tib_text { background-color:  #FFFFFF; }
.art_textibox a.tib_button
{
    width: 100%;
    float: left;
    padding: 10px 0;
    background-color: #A62800;
    
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}
body.cnt_on .art_textibox a.tib_button { background-color: #000000; color: #FFFFFF; text-decoration: none; }
@font-face {
    font-family: 'CaveatBrush';
    src: url('../fonts/CaveatBrush-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
