@charset "utf-8";

/* Basics */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
body {
	overflow-x: hidden;
	/* background: #475054 none repeat scroll 0 0;*/
}
.border {
	border: 0px solid #000;
}
a {
    color: #ef0916;
}

.grau {
	background: #ECEDEE !important;
	max-width: 100%;
	height: auto;
	position: relative;
}
.dunkelgrau {
	background: #979c9f !important;
	max-width: 100%;
	height: auto;
	position: relative;
}
.white {
	background: #fff !important;
	max-width: 100%;
	height: auto;
	position: relative;
}
.content {
	overflow: hidden;
	padding: 20px;
}
.clearboth {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
.absolute {
	display: inline;
	position: absolute;
}
.leftfloater {
	display: inline;
	float: left;
	position: relative;
}
.rightfloater {
	display: inline;
	float: right;
	position: relative;
}
.size1of1 {
	width: 100%;
}
.size1of2, .size4of8 {
	width: 50%;
}
.size1of3 {
	width: 33.3333%;
}
.size2of3 {
	width: 66.6665%;
}
.size1of4, .size2of8 {
	width: 25%;
}
.size3of4, .size6of8 {
	width: 75%;
}
.size1of5 {
	width: 20%;
}
.size1of15 {
	width: 6.6665%;
}
.size2of5 {
	width: 40%;
}
.size3of5 {
	width: 60%;
}
.size4of5 {
	width: 80%;
}
.size1of6 {
	width: 16.6665%;
}
.size5of6 {
	width: 83.3333%;
}
.size1of7 {
	width: 14.2857%;
}
.size2of7 {
	width: 28.5714%;
}
.size3of7 {
	width: 42.8571%;
}
.size4of7 {
	width: 57.1429%;
}
.size5of7 {
	width: 71.4286%;
}
.size6of7 {
	width: 85.7143%;
}
.size1of8 {
	width: 12.5%;
}
.size3of8 {
	width: 27.5%;
}
.size5of8 {
	width: 62.5%;
}
.size7of8 {
	width: 87.5%;
}
.size8of8 {
	float: none;
}
.height1of1 {
	height: 100%;
}
.height1of3 {
	height: 33.3333%;
}
.height2of3 {
	height: 66.6665%;
}
.plm {
	padding-left: 6px;
}
.plm_12 {
	padding-left: 12px;
}
.prm {
	padding-right: 6px;
}
.phm {
	padding-left: 6px;
	padding-right: 6px;
}
.phm_20 {
	padding-left: 20px;
	padding-right: 20px;
}
.phm_20_left {
	padding-left: 20px;
}
.phm_20_right {
	padding-right: 20px;
}
.no_padding_horizontal{
	padding-left: 0;
	padding-right: 0;
}
.special_padding_horizontal{
	padding-left: 8px;
	padding-right:20px;
	padding-top: 0;
	padding-bottom: 0;
}
.ptm_40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptm_60 {
	padding-top: 30px;
}
.pbm_60 {
	padding-bottom: 30px;
}
.ptm {
	padding-top: 11px;
}
.mlm {
	margin-left: 6px;
}
.mrm {
	margin-right: 6px;
}
.mhm {
	margin-left: 6px;
	margin-right: 6px;
}
.clear {
	clear: both;
	height: 0;
}
.fixed {
	position: fixed;
	z-index: 1234;
	top: 0;
}

/* Website Main Styling */

img {
	width: 100%;
	height: auto;
}

 h1, h2 {
	color: #ef0916;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-top: 0px;
	padding-bottom: 20px;
}
h4 {
	color: #535151;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: -20px;
	padding-bottom: 40px;
}
p.bodytext{
	margin-bottom: 20px;
}

.box_padding_top {
	padding-top: 40px;
}
.box_padding_bottom {
	padding-bottom: 40px;
}
.linked {
	cursor: pointer;
}
.rte {
	margin-bottom: -15px;
}
.rte a {
	color: #B48E2D;
}
.rte p, .rte ul, .rte ol {
	margin-bottom: 15px;
}
.rte ul {
	padding-left: 20px;
}

.rte h1, .rte h2, .rte h3, .rte h4 {
	margin-bottom: 15px;
}

.page_container {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
	height: auto;
	position: relative;
}

/* HEADER */

header {
	color: #ffff;
	background: none repeat scroll 0 0 #fff 110px 10px;
	position: fixed;
	z-index: 501;
	width: 100%;
}

header a {
	text-decoration: none;
	color: #fff;
}

.header_logo {
    display: inline;
    height: auto;
    left: 0;
    position: absolute;
    top: 15px;
    width: 182px;
    z-index: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.logo_sticky {
	width: 110px;
	top: 10px;
}
.main_sticky {
	/*to do*/
}

#text_leaner {
	padding-left: 33px;
	padding-top: 7px;
	margin-right: 2px;
	font-size: 16px;
	color: #8F8E8E;
}

#hgroup_right {
	font-size: 23px;
	right: 0;
	top: 57px;
}

.text_slider {
    font-size: 21px;
    right: 80px;
    top: 270px;
}

#text_global {
	padding-right: 0px;
	padding-top: 6px;
	font-size: 21px;
	text-align: right;
}

.header_top {
	height: 123px;
	background: #ef0916;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sticky {
	position: fixed;
	height: 68px;
	width: 100%;
}
.sticky #menu_main{
	margin-top: 16px;
}
/*nav[role="navigation"]{
 background: transparent;
 padding-top: 65px;
 }*/

.navigation {
	background: transparent;
	padding-top: 50px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navigation_sticky {
	background: transparent;
	padding-top: 8px;
	position: absolute;
	right: 0px;
}
.tel_active_number {
	color: #FFF;
	font-weight: 300;
	font-size: 36px;
	top: -12px;
	padding-right: 50px;
}
.tel_active_close {
	padding-right: 20px;
}
.mail_active_address {
    color: #FFF;
    font-weight: 300;
    font-size: 36px;
    top: -14px;
    padding-right: 44px;
    letter-spacing: 0.04em;
}
.mail_active_close {
	padding-right: 81px;
}

/* MAIN MENU */

#menu_main li {
	display: inline-block;
	margin-left: 2em;
	position: relative;
}

#menu_main li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
	display: inline-block;
	display: inline-block;
	padding-bottom: 36px;
}

#menu_main li.last a {
	padding-right: 0;
}

#menu_main ul li:hover a, #menu_main ul li.active a {
	color: #b3b3b3;
}

.communication {
	display: inline;
	float: right;
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 0;
}

.communication_sticky {
	display: inline;
	float: right;
	position: absolute;
	padding-right: 0;
	padding-top: 0;
}

header .mail {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 2em;
	background: transparent url("../images/mail.png") no-repeat scroll right;
	background-size: 24px;
	cursor: pointer;
}
.navigation_sticky .mail {
	margin-top: 16px;
}
.navigation_sticky .tel {
	margin-top: 16px;
}

.tel {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 2em;
	background: transparent url("../images/tel.png") no-repeat scroll right;
	background-size: 24px;
	cursor: pointer;
}

#menu_main ul.nav1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* Main Menu Submenu  */

#menu_main ul ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    font-size: 0;
    left: -11px;
    opacity: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 35px;
    width: 150px;
    z-index: 100;
}

#menu_main ul ul li {
	position: relative;
	left: 0px;
	margin-left: 12px;
	display: block;
}

#menu_main ul ul li a, #menu_main ul li.active ul li a, #menu_main ul li:hover ul li a {
	color: #000;
	font-size: 16px;
	padding-bottom: 6px;
}

#menu_main ul li ul li a:hover, #menu_main ul li ul li.active a {
	color: #ef0916 !important;
}

#menu_main ul li ul li.active li a {
	color: #555 !important;
}

#menu_main ul li ul li.active li:hover a, #menu_main ul li ul li.active li.active a {
	color: #ef0916 !important;
}

/*Mobile Menu*/

#menu_mobile_content {
	display: none;
}

/*  Main */
main {
	padding-top: 122px;
	overflow: hidden;
}
.box_white {
	margin: 0 auto;
	left: 0;
	position: relative;
	background: #ffffff;
}

/* Bubble Boxen */

.bubble{
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
    background-color: #fff;
    color: #475054;
    padding-top: 100%;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.bubble2_text, .bubble3_text{
	display: none;
}
.bubblebox{
	padding-left: 70px;
}
.bubble.active, .bubble:hover{
	background-color: #475054;
	color: #FFF;
}
.bubble_image{
    left: 50%;
    margin-left: -40px;
    top: 26%;
    width: 80px;
}
.bubble_text{
    bottom: 14%;
    font-size: 20px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    width: 100px;
}


/*  Main box */

main ul{
    margin-bottom: 30px;
    margin-left: 20px;
}
.box_main {
	padding-right: 30px;
}

.box_aside_right {
	margin: 0 auto;
	height: auto;
	position: relative;
	text-align: center;
	background: #fffff;
	/*padding-top: 10px;  */
	padding-bottom: 40px;
}

.box_aside_left {
	margin: 0 auto;
	height: auto;
	position: relative;
	/*text-align: center;*/
	background: #fffff;
	padding-top: 4%;
	padding-left: 2%;
}

.box1, .box2{
	display: none;
}

.box_e_video {
	font-size: 0;
}

.box_e_video_container {
	position: relative;
	padding-bottom: 15%;
}

.box_e_video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*  Stage Slider */
.slider {
	position: relative;
}
.slide {
	position: absolute;
}
.slider, .stageslider {
	/*  height: 453px;*/
	overflow: hidden;
}
.slider.gallery {
	height: auto;
	max-height: 100%;
}
#stage{
    height: auto;
    max-height: 500px;
    overflow: hidden;
}
#stage .slider .bx-controls {
}

#stage .bx-controls-direction {
}
#stage .bx-controls-direction a {
	text-decoration: none;
}
#stage .bx-prev {
	position: absolute;
    left: 20px;
    margin-top: -23px;
	color: #ffffff;
	display: inline-block;
	height: 47px;
	overflow: hidden;
	text-indent: -9999px;
	width: 35px;
	background: transparent url("../images/arrow_left.png") no-repeat right;
	top: 50%;
}

#stage .bx-next {
	width: 35px;
	height: 47px;
	display: inline-block;
	background: transparent url("../images/arrow_right.png") no-repeat right;
	color: #FFFFFF;
	position: absolute;
    right: 20px;
    margin-top: -23px;
	top: 50%;
	text-indent: -9999px;
	overflow: hidden;
}

#stage .slider .bx-pager {
	margin: 0 auto;
	text-align: center;
	width: 250px;
	display: none;
}
#stage .slider .bx-pager-item {
	display: inline-block;
}
#stage .slider .bx-pager-item a {
	background: url("../images/slider_dots.png") 0 0 no-repeat;
	display: inline-block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	text-indent: 20px;
	margin: 0 2px;
}
#stage .slider .bx-pager-item a.active {
	background: url("../images/slider_dots.png") -21px 0 no-repeat;
}
.slide_image {
	position: relative;
	font-size: 0;
	max-height: 500px;
}
.slide_image a {
	font-size: 0;
}
.slide_content {
    bottom: 100px;
    left: 0;
    max-width: inherit;
    padding-right: 150px;
    position: absolute !important;
    text-align: right;
    width: 100%;
    z-index: 500;
}
.slide_content h2 {
	color: #fff;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	padding-bottom: 0;
}
.slide_content h3 {
    background: #ef0916 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
    margin-top: 14px;
    padding: 5px 17px 7px;
}
.slide_animated_gif {
	bottom: 7%;
	height: auto;
	left: 7%;
	position: absolute !important;
	width: 24%;
	z-index: 510;
	opacity: 0.85;
}
#menu_mobile {

	display: none;
}
.fullwidth_wrap {
	width: 100%;
}
#menu_mobile img {
	width: auto;
}

/* Footer */

footer{
	position: relative;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 160px;
	background: #ef0916;
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.04em;
}
footer ul li{
	list-style-type: none;
	display: inline-block;
	padding-top: 35px;
	padding-left: 36px;
}
footer ul li a {
	color: #FFF;
	text-decoration: none;
}
.footermenu {
    text-align: right;
    padding-right: 20px;
}
.copyright {
    padding-top: 35px;
}
.socialsmenu img {
	width: 33px;
}
.socialsmenu {
	text-align: right;
	padding-right: 20px;
}

/* #######  Etappe 4 (mittlerer Bildschirm) ###### */

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

	.e1_size1of1_1200 {
		width: 100%;
	}

	#stage .bx-prev {
		left: 1.5%;
	}
	#stage .bx-next {
		right: 1.5%;
	}
	.slider, .stageslider {
		height: auto;
		overflow: hidden;
	}
	.page_container {
		width: 90%;
	}
	.text_slider {
		top: 200px;
		font-size: 18px;
		right: 20px;
	}
	.slide_content {
    	padding-right: 0;
	}
	.bubblebox {
    	padding-left: 50px;
    }
	.bubble_image{
    	left: 50%;
    	margin-left: -35px;
    	top: 24%;
   		width: 70px;
	}

}

/* #######  Etappe 3  (kleinerer Bildschirm/iPad q) ###### */

@media only screen and (max-width: 1024px) {
	
	.e3_size1of1 {
    	width: 100%;
	}
	footer ul li {
    	padding-left: 20px;
	}
	#stage .bx-prev {
		background: transparent url("../images/arrow_left_smoll.png") no-repeat right;
	}

	#stage .bx-next {
		background: transparent url("../images/arrow_right_smoll.png") no-repeat right;
	}
	.slide_content {
    	bottom: 60px;
	}
	.slide_content h2 {
    	font-size: 24px;
	}
	.page_container {
		width: 90%;
	}

	#hgroup_right {
		font-size: 18px;
		top: 57px;
		right: 60px;
	}
	.navigation_sticky  #menu_mobile {
		margin-top: 7px;
	}
	#menu_mobile {
    	cursor: pointer;
    	display: inline-block;
    	float: right;
    	position: relative;
	}
	#menu_mobile img {
		width: 24px;
		height: 24px;
	}

	.ptm {
		padding-top: 0px;
	}
	.text_slider {
		top: 95px;
		right: 20px;
	}

	#menu_main {
		display: none !important;
	}

	#menu_mobile_content ul.mobile_menu_1 li ul {
		display: none;
	}

	#menu_mobile_content {
		display: none;
	}

	#menu_mobile_content {
		background: #d9dadc;
		color: #010101;
		cursor: pointer;
		font-size: 15px;
		font-weight: 400;
		line-height: 36px;
		list-style-type: none;
		text-align: center;
		text-decoration: none;
		width: 100%;
		letter-spacing: 0.125em;
		font-family: "Lato", Arial, Helvetica, sans-serif;
	}
	#menu_mobile_content ul{	
    	margin-left: 0;
	}
	#menu_mobile_content ul.mobile_menu_1 li {
		background: #d9dadc;
		text-decoration: none;
		list-style-type: none;
	}
	#menu_mobile_content ul li a {

		color: #010101;
		list-style-type: none;
		text-decoration: none;
		display: block;
	}

	#menu_mobile_content ul.mobile_menu_1  li.sub {
		background: #d9dadc url("../images/arrow_menu_down.png") no-repeat scroll right;
		background-position: 97% 5px;
	}
	#menu_mobile_content ul.mobile_menu_1  li.sub.open {
		background: #d9dadc url("../images/arrow_menu_up.png") no-repeat scroll right;
		background-position: 97% 5px;
	}

	#menu_mobile_content ul.mobile_menu_1  li.border_top_light {

		border-top: 1px solid #ededed;
	}
	#menu_mobile_content ul.mobile_menu_1  li.border_top_dark {

		border-top: 1px solid #d9dadc;
	}

	#menu_mobile_content {
		background: #ededed;
	}

	#menu_mobile_content li {
		position: relative;
		border-bottom: 1px solid #ededed;
	}
	#menu_mobile_content ul li.active a {
		background: #000000;
		color: #C0A75E;
		font-weight: 400;
	}
	#menu_meta ul li a, #hotline, #menu_language ul li a, #menu_language ul li {
		font-size: 16px !important;
	}
	#menu_mobile_content ul.mobile_menu_1 {
		margin-bottom: 0px;
		background: #ededed;
		display: block;
	}
	#menu_mobile_content ul li ul li {
		border-bottom: 0;
	}
	#menu_mobile_content ul li ul li a {
		background: #ededed none repeat scroll 0% 0%;
		border-bottom: 1px solid #d9dadc;
	}
	#menu_mobile_content ul li ul li ul li a, #menu_mobile_content ul.mobile_menu_2 li ul li a {
		background: #fff;
		color: #444444;
		border-bottom: 1px solid #ededed;
		font-size: 14px;
	}
	#menu_mobile_content ul li.sub.open {
		border-bottom: 0;
	}
	#menu_mobile_content ul.mobile_menu_2, #menu_mobile_content ul.mobile_menu_2 li, #menu_mobile_content ul.mobile_menu_2 li a {
		background: #4b4b4b;
		color: #d9dadc;
	}
	#menu_mobile_content ul li ul li ul li ul li a {
		font-style: italic;
		color: #838383;
		font-size: 13px;
		text-align: right;
		padding-right: 33%;
	}
	#menu_mobile_content ul.mobile_menu_2 li.phone a {
		color: #D9DADC;
		text-decoration: none;
	}
	.mail_active_address {
	    font-size: 19px;
	    top: 0px;
	    letter-spacing: 0.05em;
	    padding-right: 9px;
	}
	.tel_active_number {
    	font-size: 21px;
    	top: 0px;
    	padding-right: 17px;
	}
	.mail_active_close {
    padding-right: 10px;
	}
	.tel_active_close {
    padding-right: 10px;
	}
	.bubblebox {
    	padding-left: 30px;
    }
	.bubble_image{
   		left: 50%;
   	    margin-left: -30px;
        top: 27%;
        width: 60px;
	}
	.bubble_text {
   		bottom: 14%;
    	font-size: 17px;	
	}
}

/* ####### Etappe 2 (iPad hoch) ##### */
@media only screen and (max-width: 768px) {
	
	.e2_size1of2 {
		width: 50%;
	}
	.e2_size1of1 {
		width: 100%;
	}
	.bubble_image {
   		left: 50%;
   	    margin-left: -20px;
        top: 25%;
        width: 40px;
	}
	.bubble_text {
   		bottom: 14%;
    	font-size: 14px;	
	}
	footer {
    	height: 280px;
	}
	.footermenu {
    	text-align: left;
	}
	.socialsmenu {
    	padding-right: 20px;
    	text-align: left;
	}
	
}
/* #######  Etappe 1 (Smartphone) ###### */

@media only screen and (max-width: 559px) {
	footer {
		height: 380px;
	}
	.e1_hide {
		display: none;
	}
	.e1_size1of1 {
		width: 100%;
	}
	.ptm_60 {
	    padding-top: 30px;
	}
	.ptm_40 {
    	padding-bottom: 20px;
    	padding-top: 20px;
	}
	.plm_12 {
    	padding-left: 6px;
    }
	.bubblebox {
    	padding-left: 30px;
    	padding-right: 30px;
    }
	.page_container {
		width: 100%;
	}
	.circle_box1, .circle_box2, .circle_box3{
		width: 100%;
	}
	.process  li {
		display: inline-block;
		margin-left: 0;
		position: relative;
		width: 100%;
		text-align: center;
		float: right;
		padding-top: 2%;
		padding-bottom: 2%;
	}

	.mail {
		margin-left: 24px;
		cursor: pointer;
	}
	.tel {
		margin-left: 24px;
		cursor: pointer;
	}

	.box_main h2 {
		font-size: 18px;
	}
	.slide_content {
    	bottom: 30px;
    	padding-right: 20px;
	}
	.slide_content h2 {
	    font-size: 13px;
	}
	.slide_content h3 {
	   font-size: 13px;
 	   margin-top: 5px;
 	   padding: 4px 7px;
	}
	.e1_size1of1 {
		width: 100%;
	}

	#stage .bx-controls-direction {
		display: none;
	}
	#hgroup_right {
		display: none;
	}
	.text_slider {
		display: none;
	}
	.tel_active_close img, .mail_active_close img{
    	width: 69%;
	}
	.mail_active_close, .tel_active_close {
    	padding-right: 0px;
    	padding-top: 4px;
	}
	.mail_active_address {
    	top: -1px;
	}
	.tel_active, .mail_active {
    	margin-top: -41px;
    	margin-right: -52px;
	}
	
}


/* #######  Etappe 0 (Smartphone klein) ###### */

@media only screen and (max-width: 350px) {
	.communication {
		display: none;
	}
}

