@charset "UTF-8";

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}



@font-face {
    font-family: 'OpenSans Condensed';
    src: url('fonts/OpenSans-CondBold-webfont.eot');
    src: url('fonts/OpenSans-CondBold-webfont?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-CondBold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}


html {
	
	height: 100%;
    min-height:100%;
	position:relative;
	-webkit-text-size-adjust: none;
}
body {
	font-family: "OpenSans", sans-serif;
	font-size: 15px;
	line-height: 140%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #000;
	height: 100%;
}
body#pageBody {
	
	
}
h1 {
	font-family: "OpenSans", sans-serif;
	font-size: 36px;
	line-height: 130%;
	font-weight: normal;
	padding: 0 0 0.75em 0;
	letter-spacing: 0;
	margin: 0 0 0.75em 0;
	text-align: left;
    color: #2a6bb7;
    position: relative;
}

h2 {
	font-family: "OpenSans", sans-serif;
	font-size: 25px;
	line-height: 130%;
	font-weight: 300;
	padding: 1em 0 1em 0;
	letter-spacing: 0;
	margin: 0 0 1em 0;
	color: #777;
	text-align: left;
	

}
h3 {
	font-family: "OpenSans", sans-serif;
	font-size: 21px;
	line-height: 140%;
	color: #777;
	font-weight: bold;
	padding: 1em 0 1em 0;
	margin: 0;
}
.first_header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
p {
	margin: 0 0 1em 0;
}
ul {
	list-style: none;
}
li {
	
}
.segment ul {
	margin: 0 0 1em 0;
	padding: 0;
}
.segment li {
	position: relative;
	padding: 0 0 0 1em;
	margin: 0 0 0 0.5em;
}
.segment li:before {
	content: "\2022";
	position: absolute;
	left: 0px;
	top: 0.0625em;
}

ul.checked {
    
}
ul.checked li:before {
    content: "" !important;
    
}

ul.checked li {
    padding: 0.2em 0 0.6em 2.2em;
	margin: 0 0 0 0.4em;
    background-image: url("../images/icon_checked.png");
    background-repeat: no-repeat;
    background-size: 1.6em 1.6em;
    background-position: left 0px;
}
.segment_color2 ul.checked li,
.segment_color3 ul.checked li {
    background-image: url("../images/icon_checked_white.png");

}
ul.list_float li {
    float: left;
    border: 1px solid #111;
    padding: 0.5em 0.8em 0.7em 2.7em;
    margin: 0 0.4em 0.4em 0;
    
    background-position: 0.4em 0.3em;
    border-radius: 10px;
}
ul.list_float::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0.1px;
}
.segment_color2 ul.list_float li,
.segment_color3 ul.list_float li {
    border-color: #FFF;

}


p {
	
}
a, a:visited {
	color: #2a6bb7;
	text-decoration: none;
}
a:hover {
	color: #2a6bb7;
	text-decoration: underline;
}
a.button {
	color: #FFF;
    display: inline-block;
	border: 1px solid #FFF;
    background-image: url("../images/button_bg_blue.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    border-radius: 10px;
	padding: 0.8em 1.4em;
	margin: 0 5px 5px 0;
	text-decoration: none !important;
	background-color: #FFF;
	transition: all 0.5s ease;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    
}
a.button:hover {
	text-decoration: none;
	background-size: 200% 200%;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.6);
}
#preisliste .column2 {
    text-align: right;
}
a.button_arrowleft:before,
a.button_arrowright:after {
	font-size: 0.86em;
	color: #A7A7A7;
}
a.button_arrowleft:before {
	content:'\25C4';
	padding-right: 0.5em;
}
a.button_arrowright:after {
	content:'\25BA';
	padding-left: 0.5em;
}

table {
	border-collapse: collapse;
	margin: 0 0 1em 0;
}
th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-right: 1em;
}
#content img {
	max-width: 100%;
}
.clear {
	clear: both;
	font-size: 0.1px;
}

#pageContainer {
    right: 0px;
    margin: 0;
	padding-top: 170px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: 100%;
	transition: right 0.5s ease 0s;
	
}
body.menu_open #pageContainer {
	right: 240px;
}
body.menu_open #header {
	right: 240px;
}


body.menu_open #nav_mobile {
	right: 0px;
}


#footer .inner, .segment .inner, #system_information .inner {
	width: auto;
	max-width: 1280px;
	margin: 0 auto;
	padding: 70px 40px;
	position: relative;
}
#header {
	position: fixed;
	z-index: 1000;
    background-color: #FFF;
    background-image: url("../images/mainmenu_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    
	right: 0px;
	width: 100%;
	height: 170px;
	top: 0px;
	transition: all 0.5s ease;
	transition-property: height, right;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    
}
#header .inner {
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
    position: relative;
}
#logo {
	position: absolute;
	width: 180px;
    height: 130px;
	margin: auto;
    overflow: hidden;
	left: 30px;
	top: 20px;
	transition: all 0.5s ease;
    transition-property: width, height, top;
    
}
#logo img {
	width: 100%;
}
#claim {
    font-size: 1.2em;
    color: #777;
    font-weight: bold;
    text-align: right;
    width: 420px;
    position: absolute;
    right: 180px;
    top: 73px;
    transition: top 0.5s ease;
}
@media only screen and (max-width: 840px) {
	#claim {
        display: none;
    }
}
#header a, #header a:hover {
    color: #000;
    text-decoration: none;
}




a#menu_mobile, a#menu_mobile:hover {
	position: absolute;
	right: 30px;
	top: 68px;
	z-index: 100;
	display: none;
	background-size: 90%;
	background-position: 2px 2px;
	width: 36px;
	height: 36px;
	padding: 0;
	background-color: transparent;
	background-image: url(../images/menu_icon_mobile.png);
	background-repeat: no-repeat;
    transition: top ease 0.5s;
}
a#menu_mobile span.title {
	position: absolute;
	display: inline-block;
	width: auto;
	right: 40px;
	top: -3px;
	padding: 10px;
	color: #777;
}
body.menu_open a#menu_mobile {
	background-position: 2px -30px;
}

#nav_mobile {
	display:block;
	font-size: 15px;
	position: fixed;
	right: -240px;
	z-index: 10000;
	width: 240px;
	background-color: #111;
	padding: 0;
	height: 100%;
	overflow: scroll;
	-webkit-box-shadow: inset 4px 0px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 4px 0px 2px 0px rgba(0,0,0,0.25);
	box-shadow: inset 4px 0px 2px 0px rgba(0,0,0,0.25);
	transition: right 0.5s ease;
}
#nav_mobile .inner {
	padding: 10px;
}
#nav_mobile ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
#nav_mobile ul ul {
	font-size: 0.9em;
}
#nav_mobile li {
	position: relative;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	
	
}

#nav_mobile a {
	display: block;
	text-decoration: none;
	padding: 0.5em;
	color: #929292;
	position: relative;
	border-bottom: 1px solid #2a6bb7;
}
#nav_mobile li.active a {
	color: #FFF;
	background-color: #2a6bb7;
}
#nav_mobile a:hover {
	color: #FFF;
	background-color: #2a6bb7;
	text-decoration: none;
}
#nav_mobile ul ul li {
	margin-left: 1em;
	font-weight: normal;
	text-transform: none;
}

#nav_mobile ul ul a, #nav_mobile li.active li a {
	color: #929292;
	background-color: transparent;
}
#nav_mobile li.active li a:hover {
	color: #FFF;
	background-color: #2a6bb7;
	text-decoration: none;
}
#nav_mobile li.active li.active a {
	color: #FFF;
	background-color: transparent;
	
}


#nav_mobile li.open ul {
	display: block;
}
#nav_mobile li.parent {
	
}
#nav_mobile li.parent a {
	padding-right: 30px;
}
#nav_mobile li span.submenu {
	position: absolute;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	right: 5px;
	top: 5px;
	z-index: 3;
	background-color: #2C2C2C;
	color: #A7A7A7;
	text-align: center;
	border-radius: 13px;
	cursor: pointer;
	font-size: 14px;
}
#nav_mobile li span.submenu:hover {
	color: #FFF;
	background-color: #777;
}
#nav_mobile li span.submenu::after {
	content:'\25BF';
}
#nav_mobile li.open span.submenu::after {
	content:'\25BE';
}

#mainmenu {
	position: absolute;
	width: 800px;
    top: 60px;
    right: 30px;
    transition: top ease-in 0.5s;
}
#mainmenu ul {
	display: inline-block;
    float: right;
    list-style: none;
	margin: 0;
	padding: 0;
}
#mainmenu li {
	float: left;
	margin: 0;
	padding: 0.75em 1em;
	font-weight: normal;
}
#mainmenu li a {
	color: #2a6bb7;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
    padding: 0.5em 1em;
	background-color: transparent;
    border-radius: 10px;
    text-align: center;
    transition: border ease-in 0.5s;
    border: 1px solid transparent;
}
#mainmenu li a:hover, #mainmenu li.active a {
	color: #2a6bb7;
	text-decoration: none;
	/*background-color: rgba(255,255,255,0.8);*/
    border: 1px solid #FFF;
    
}


.header_reduced #header {
	height: 100px;
    
}
.header_reduced #header #logo {
	width: 120px;
    height: 70px;
    top: 17px;
}
.header_reduced #header #claim {
    top: 38px;
}
.header_reduced #mainmenu {
    top: 26px;
}
.header_reduced a#menu_mobile, 
.header_reduced a#menu_mobile:hover {
     top: 32px;   
}

@media only screen and (max-width: 1023px) {
    
}

#mainmenu {
    display: none;
}
a#menu_mobile, a#menu_mobile:hover {
    display: block;
}



#content {
	
}
#content .content_inner {
	
}

#system_information {
	display: none;
}
#system_information.open {
	display: block;
}

#content .image {
	margin: 2em 0;
}
#content .image img, .segment img {
	max-width: 100%;
}

#footer {
    font-size: 0.92em;
}

#segment_fullscreen_bg {
    background-color: #111;
    
}

#segment_fullscreen {
	position: relative;
    opacity: 1;
    width: 100%;
    height: 0;
    padding-bottom: 33.3%;
	margin: 0 !important;
	background-image: url("../images/content/home_topimage2.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 0px;
    background-color: #FFF;
	overflow: hidden;
}


@media only screen and (max-width: 1024px) {

}
.segment {
	position: relative;

}
.segment p {
-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}


.segment_color1 {
	background-color: #FFF;
    
}
.segment_color2 {
	background-color: #777;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg_grey_01.jpg");
}

.segment_color3 {
	background-color: #2a6bb7;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/bg_bluegradient.jpg");
}
.segment_color2, .segment_color3,
.segment_color2 h1, .segment_color3 h1,
.segment_color2 h2, .segment_color3 h2,
.segment_color2 h3, .segment_color3 h3 {
	color: #FFF;
}
.segment_color2 a, .segment_color3 a {
	color: #FFF;
	text-decoration: underline;
}
.segment_color2 a:hover, .segment_color3 a:hover {
	color: #FFF;
	text-decoration: none;
}
.segment .content_separator {
	padding: 0;
	margin: 0 0 1em 0;
}
.segment .content_separator img {
	display: block;
	margin: 0;
	padding: 0;
}
.segment_color1 h2,
.segment_color2 h2 {
	
}
.segment_color1 .content_separator,
.segment_color2 .content_separator {
	
}



.segment_imagefullscreen img {
    width: 100%;
    display: block;
}
#willkommen {
    
}
#willkommen .inner {

}
#willkommen .intro {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #2a6bb7;
}







.segment .galerie {
    margin: 0 -1%;
}
.segment .galerie::after {
     content: "";
    display: block;
    clear: both;
}

.segment .galerie .galerie_element {
    display: block;
    width: 23%;
    margin: 1%;
    float: left;
}
.segment .galerie .galerie_element:nth-child(4n+1){
    clear:left;
    
}

#google_maps iframe {
	width: 100%;
	height: 320px;
	display: block;
}
.text_columns2 {
    columns: 2;
    column-gap: 5%;
}


.columns2 {
	margin: 0 -1.5%;
    padding: 3em 0;
    position: relative;
}
.columns2 .column1,
.columns2 .column2 {
	width: 47%;
	float: left;
	position: relative;
    margin: 0 1.5% 0 1.5%;
}




.columns2b {
	margin: 0 -1.5%;
    padding: 2em 0;
    position: relative;
}
.columns2b .column1 {
	width: 63.33%;
	float: left;
	position: relative;
    margin: 0 1.5% 0 1.5%;
}
.columns2b .column2 {
	width: 30.33%;
	float: left;
	position: relative;
    margin: 0 1.5% 0 1.5%;
}




.columns3 {
	margin: 0 -1.5%;
    padding: 2em 0;
    position: relative;
}
.columns3 .column1,
.columns3 .column2,
.columns3 .column3 {
	width: 30.33%;
	float: left;
	position: relative;
    margin: 0 1.5% 0 1.5%;
}


.image_style1 {
    display: block;
    margin-bottom: 1em;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
}


#footer span.title {
	font-weight: bold;
}

.durchgestrichen {
   text-decoration: line-through;
     
}
.underline {
    text-decoration: underline;
}

.boxes {
    
    
}
.boxes_columns2,
.boxes_columns3 {
	margin: 0 -1.5%;
    padding: 2em 0;
    position: relative;
}
.boxes_columns2 .box {
	width: 47%;
	float: left;
	position: relative;
    margin: 0 1.5% 1em 1.5%;
}
.boxes_columns2 .box:nth-child(2n+1){
    clear:left;
}
.boxes_columns3 .box {
	width: 30.33%;
	float: left;
	position: relative;
    margin: 0 1.5% 0 1.5%;
}
.boxes_columns3 .box:nth-child(3n+1){
    clear:left;
}
.box {
    
    margin-bottom: 1em;
}
.box_lightgrey {
    background-color: #F2F2F2;
    border-radius: 10px;
    color: #000;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    
}
.box_greyheader {
    
    color: #000;
    
    
}

.box .box_inner {
    padding: 20px;
    position: relative;
    border-radius: 10px;
}
.box_lightgrey h3 {
    color: #777;
    font-size: 1.2em;
    padding: 0 0 0.5em 0;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #2a6bb7;
}
.box_checked {
    background-image: url("../images/box_icon_checked.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 10px 10px;
}
.box_checked .box_inner {
    padding-left: 70px;
    
}

.box_greyheader .box_inner {
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #777;
    overflow: hidden;
}
.box_greyheader h3 {
    background-image: url("../images/button_bg_grey.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: -20px -20px 1em -20px;
    padding: 20px;
    color: #FFF;
}

.box_lightgrey a, .box_lightgrey a:visited {
	color: #2a6bb7;
	text-decoration: none;
}
.box_lightgrey a:hover {
	color: #2a6bb7;
	text-decoration: underline;
}



.box_iconheader h3 {
    padding-left: 65px;
    position: relative;
}
.box_iconheader h3:before {
    content: "";
    position: absolute;
    display: block;
    left: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    background-position: 0px 0px;
    background-size: 100% 100%;
}
.icon_address h3:before {
    background-image: url("../images/icon_address.png");        
}
.icon_phone h3:before {
    background-image: url("../images/icon_phone.png");        
}
.icon_email h3:before {
    background-image: url("../images/icon_mail.png");
}



#kontakt {
    /*background-image: url("../images/content/trd_07_full_b.jpg");*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    /*padding-bottom: 30%;*/
}
#kontakt h2 {
    text-align: center;
}
#kontakt .box_address {
    
}
#kontakt .box_phone p {
    text-align: center;
}
#kontakt .box_email p {
    text-align: center;
}
#kontakt .hervorheben {
    font-size: 1.3em;
    line-height: 1.4em;
}

.datenblock {
    
}
.datenblock .datenfeld {
    width: 23%;
    margin: 5%;
    float: left;
}
.datenblock .datenfeld:nth-child(3n+1){
    clear:left;
}
.datenblock .datenfeld .titel {
    font-weight: bold;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #FFF;
}
.datenblock .datenfeld .wert {
    margin-bottom: 1em;
}

.logobar {
    text-align: center;
    padding: 0;
}
.logobar .logobar_element {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 20px;
    /*background-color: #FFF;
    border-radius: 10px;*/
}
.logobar .logobar_element img {
    position: absolute;
    width: 80%;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
/* Fancybox */

.fancybox-type-inline {
    width: 60% !important;
     
}
.fancybox-inner {
    width: auto !important;
    
}
.modal_logo {
    width: 200px;
    display: block;
    margin: 2em auto 2em auto;
}