@import "../layout/profile0_basic.css"; 

@font-face {
    font-family: 'frutiger';
    src: url('../fonts/frutigerltpro-roman-webfont.woff2') format('woff2'),
         url('../fonts/frutigerltpro-roman-webfont.woff') format('woff'),
         url('../fonts/FrutigerLTPro-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutiger_bold';
    src: url('../fonts/frutigerltpro-bold-webfont.woff2') format('woff2'),
         url('../fonts/frutigerltpro-bold-webfont.woff') format('woff'),
         url('../fonts/FrutigerLTPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
	width:15px;
	height:15px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
::-webkit-scrollbar-thumb { 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    background: rgba(94,132,88,1); 
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(94,132,88, 0.4);
}

body { 	
	margin:0;
	padding:0;
	font-family: 'frutiger', sans-serif;
	font-weight:normal;
	font-size:12pt;
	line-height:1.5;
	width:100%;
	height:100%;
	-webkit-text-size-adjust: 100%;	
	color:#333333;
	background-color:#FDFDFD;
}

a {
	text-decoration:none;
	color:#333333;
}

a:hover {
	color:#5E8458;
}

.main_frame {
    max-width:1440px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
	position:relative;
}

img {
	max-width:100%;
}

/* Header */

header {
	width:100%;
	background-color:#5E8458;
	z-index:10;
	padding-top:10px;
	padding-bottom:10px;
	height:155px;
	background-size:100% 100%;
	position:fixed;
	top:0px;
	transition: box-shadow 0.5s ease;
	z-index:11;
}

header.shadow {
	box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1)  ; 
	-webkit-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1)  ; 
	-moz-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1)  ; 
}

header .main_frame {
	position:relative;
}

h2 {
    background-color:#5E8458;
    color:white;
    text-align:center;
    padding:20px 20px 12px 20px;
    margin-top:70px;
    margin-bottom:50px;
    text-transform:uppercase;
    font-size:30pt;
    font-weight:800;
    line-height:1.6;
}

.input_form h2 {
    background-color:#5E8458 !important;
    color:white !important;
    text-align:center!important;
    padding:20px 0px 20px 0px!important;
    text-transform:uppercase !important;
}

section h2 {
    margin-top:0px;
}

h2 img {
    vertical-align:middle;
    margin-right:25px;
    margin-left:25px;
    position:relative;
    top:-10px;
}

h2 img:nth-child(2) {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

h3, .text_frame h1, .text_frame h2 {
    font-size:22pt;
    margin-top:0px;
    margin-bottom:20px;
    line-height:1.3;
    font-weight:bold;
}

p + h3, p + h2, .read_more h3  {
    margin-top:30px !important;
    
}

.logo_frame {
	position:relative;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:0px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.logo_frame img {
    pointer-events: none;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.logo {
	margin-top:10px;
    max-width:420px;
}


.contact_box {
	position:fixed;
	right:0px;
	top:22px;
	z-index:15;
}

a.contact {
    display:block;
    width:84px; /* 65 */
    height:54px; /* 49 */
    margin-bottom:20px;
    padding:0px;
    transition:0.5s;
    margin-right:-10px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

a.phone {
	background:url(../images/phone.svg) 17px 8px no-repeat;
	background-size:40px 40px;
	background-color:#FFFFFF;
}

a.email {
	background:url(../images/email.svg) 16px 8px no-repeat;
	background-size:40px 40px;
	background-color:#FFFFFF;
}

a.contact:hover {
    margin-left:-10px;
    transition:0.5s;
    position:relative;
}

.video_frame {
    position:relative;
}

.video_frame h2 {
    background-color:transparent;
    color:white;
    font-size:30pt;
    position:absolute;
    top:45px;
    font-weight:800;
    letter-spacing:2px;
    width:100%;
    text-align:center;
    padding:0px;
}

.video_frame .play_icon {
    width:150px;
    height:150px;
    background:url(../images/icons/Geser_Play_Icon_W.svg) no-repeat;
    background-size:150px 150px;
    position:absolute;
    top:45%;
    left:50%;
    margin-top:-75px;
    margin-left:-75px;
    display:block;
    z-index:10;
}

.video_frame .claim .trans_frame {
    background: rgba(255,255,255,0.9);
    color:black;
    padding-top:30px;
    padding-bottom:30px;
}

.video_frame .claim .trans_frame a {
    color:#5E8458;
}

.video_frame .claim p {
	margin-bottom:20px;
}

.bullet_list_center {
    max-width:250px;
    margin-left:auto;
    margin-right:auto;
    white-space:nowrap;
}


/* Menu */
nav {
	height:46px;
	z-index: 99;	
}

.menu_frame_in {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	white-space:nowrap;

	display: flex;
	justify-content: center;
}

.menu {
	padding: 0px;
	margin: 0px;
	min-height: 46px;
}

.menu a {
	background: none;
	display: block;
	line-height: 32px;
	text-decoration: none;
	font-size: 12pt;
	padding-left: 30px;
	padding-right: 30px;
	font-weight:normal;
	text-transform:none;
	color:#7E5A33;
}


.menu a:first-child {

}

.menu a.marked {
/*	background: url(../images/menu_marked.png) repeat-x 0px 35px; */
	
}

.menu > li a.marked::after, .menu > li a:hover::after, .menu > li:hover  > a::after {
	border-top:2px solid #5E8458;
	margin-top:5px;
	content:"";
	display:block;
}

.menu ul li a:hover::after {
	border-top:none !important;
	margin-top:0px !important;
	content:"" !important;
	display:block !important;
}


.menu a:hover, .menu li:hover, .menu li:hover a {
/*	background: url(../images/menu_marked.png) repeat-x 0px 35px; */

}

.menu ul {
	padding: 0px;
	margin: 0px;
	display: none;
	position: absolute;
	margin-top: 0px;
	background-color:rgba(255,255,255,0.7);
	z-index: 100;
	width: auto;
	margin-left: 30px;
	min-width: 260px;
	/*
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	*/

	padding:10px 10px 10px 10px;
}

.menu ul li {
	margin-right: 0px;

}
.menu ul li a {
	line-height: 1.4;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 0px;
	background: none;
	margin-right: 0px;
	margin-right:10px;
	margin-left:10px;
	font-size: 11pt;
	border-bottom:1px solid transparent;
	color:#646464;
	font-weight:600;
}

.menu ul li a.marked {
	border-bottom:1px solid #5E8458;
}

.menu ul li:last-child a {


}
.menu ul li:hover, .menu ul li:hover > a {
	text-decoration: none;
	background: none;
}

/*
.menu ul ul {
	margin-top: -20px;
	margin-left: -20px;
	left: 99%;
	width: auto;
}
*/


.menu ul ul {
	position:static;
	display:block;
	min-width:230px;
	background:none;
	margin-left:0px;
	padding-left:30px;
	margin-top:-10px;
}

.menu li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-right: 0px;
}
.menu > li {
	/* float: left;  */
	display:inline-block;
}

.menu > li  > a {
	color:#5E8458;
	font-weight:bold;
	font-size:14.5pt;
/*	text-transform:uppercase !important; */
}


.menu ul li ul {
	right: 0px;
}

.menu ul li a:hover {
/*
	background-color:#669479;
	color:white !important;
*/
	border-bottom:1px solid #5E8458;
}


.menu ul li {

}

.menu li:hover > ul {
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
}



.menu li:hover > ul.wide {
	width:560px; 
}

/* Sections  */

section {
	padding-bottom:50px;
	padding-top:50px;
	/* overflow:hidden; */
	position:relative;
	background-repeat:no-repeat;
	background-size:100% 100%;
}


section.first {
	margin-top:215px !important;
	padding-bottom:0px;
}

section.first + section  {
	padding-top:30px;
}

section a {
	text-decoration:underline;
}

section h3 a {
	text-decoration:none;
}


.text_frame {
	padding-top:40px;
    max-width:1355px;
	margin-left:auto;
	margin-right:auto;
	font-size:15pt;
}

.text_frame {
  word-wrap: break-word !important;
}

h2+.text_frame {
    padding-top:0px;
}

.text_frame h2 {

    background-color:transparent;
    color:white;
    text-align:left;
    padding:0px;
    margin-top:0px;
    margin-bottom:20px;
    text-transform:none;
    font-weight:vold;
    line-height:1.3;
    color:#333333;
}


hr {
	height:1px;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
}

.header_img, section.contact {
	padding:0px;
	height:788px;

	background-size:cover;
	background-position:center center;
	position:relative;
}

.header_img {
    background-color:#A0C9D1;
    overflow:hidden;
}

.header_img2 {
    min-height:300px;
	background-size:cover;
	background-position:center center;
	margin-bottom:-50px;
}

.progress {
    position:absolute;
    left:50%;
    margin-left:-25px;
    top:30%;
    z-index:11;
}



.no_padding {
	padding:0px !important;
}

section.contact {
    color:white;
    padding-top:80px;
    padding-bottom:80px;
    background-image:url(../images/footer.jpg);
    overflow:hidden;
}

section.contact .main_frame {
    max-width:1520px;
    
}

section.contact .row {
    margin-left:45px;
}

section.contact h3 {
    padding:0px;
    margin-top:0px;
    margin-bottom:30px;
    font-size:22pt;
    font-weight:500;
    text-transform:uppercase;
    line-height:1.2;
}

section.contact h3, section.contact a {
	color:white;
	text-decoration:none;
}

.partner_logos {
	text-align:right;
}

.partner_logos a {
	display:inline-block;
	margin-bottom:20px;
}

section.contact {
	height:auto;
	min-height:259px;
}

section.contact p {
	margin-bottom:10px;
}

section.contact .form_button {
    padding-top:1px;
    padding-bottom:1px;
    font-size:12pt;    
}

.header_img h1, .video_frame h3 {
    color:white;
    font-size:33pt;
    padding-left:100px;
    margin-bottom:10px;
    padding-left:5%;
    padding-right:5%;
    text-shadow: 2px 2px 2px #000000;
}

.video_frame h3 {
    font-size:25pt;
    
}

.info_message {
	position:absolute;
	left:0;
	top:0px;
	z-index:10;
    width:100%; 
    background:rgba(255,255,255,0.7);
    font-size:2em;
    text-align:center;
}

.info_message .in {
    padding:20px 5% 20px 5%;
    
}

.claim {
	position:absolute;
	left:5%;
    right:5%;
	bottom:0px;
	z-index:10;
}

.claim .trans_frame {
    background:rgba(94,132,88,0.9);
    padding-left:5%;
    padding-right:5%;
    padding-top:20px;
    padding-bottom:20px;
    overflow:hidden;
}

.claim .form_button {
    background-color:white;
    color:#5E8458 !important;
    font-size:18pt;
    margin-top:15px;
}

.claim .form_button:hover {
    background-color:#EDEDED;
}

.claim2 {	
    background:rgba(94,132,88,0.9);
    display:none;
}

.claim a, .claim2 a {
	color:white;
}

.claim p, .claim2 p {
	margin-bottom:0px;
}

.claim .in, .claim2 .in {
	padding:20px 20px 0 20px;
	color:white;

	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:18pt;
	font-weight:bold;
}

.work_example_frame {
    padding:50px;
    border:1px solid #5E8458;
    font-size:15pt;
    margin-bottom:50px;
    position:relative;
}

.work_example_frame h2 {
    padding:10px 0px 10px 0px;
    font-size:18pt;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
}

.job_form_frame {
    padding-left:30px;
    padding-right:30px;
    padding-top:90px !important; 
    padding-bottom:5px !important;
}

.job_form_frame .form_button {
    padding:10px 20px 10px 20px !important;
}


.work_example_frame:last-child {
    margin-bottom:50px;
}

.work_example_frame table {
    margin-bottom:0px;
}

.work_example_frame table tr td:first-child {
    padding-right:20px;   
    font-weight:bold;
}

.social_media_frame {
    clear:both;
    max-width:1470px !important;
    padding-left:80px;
}


/* Misc */

a.read_more {
	font-size:14pt;
	text-transform:uppercase;
	text-decoration:none !important;
	font-weight:bold;
	text-decoration: none;
	display:inline-block;
}

a.read_more span {
	display:block;
	border-bottom:2px solid #E9682D;
}

.row {
	display:table;
	width:100%;
}

.row .col-md-2 {
	width:50%;
	vertical-align:top;
	display:table-cell;
}

.row .col-md-3 {
	width:33.33333%;
	vertical-align:top;
	display:table-cell;
}

.row .col-md-3:nth-child(1),
.row .col-md-2:nth-child(1)
{
	padding-right:25px;
}

.row .col-md-3:nth-child(2),
.row .col-md-2:nth-child(2) {
	padding-left:25px;
}

.row .col-md-3:nth-child(3) {
	padding-left:25px;
}

section+section {
    margin-bottom:-50px;
}

.page section+section {
    margin-bottom: 0px;
}

.hauptbereich > section, .zusatzbereich > section, .arbeitsbeispiele {
    padding-top:0px;
}

.teaser_frame .col-md-2 {
    position:relative;
}

.teaser_frame .col-md-2 img {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    display:block;
    pointer-events: none;
    width:100%;
}

.teaser_frame .col-md-2 a {
    display:block;
    -webkit-appearance: none;
    -moz-appearance: none;       
}

.teaser_frame .col-md-2 a h4 {
    position:absolute;
    top:25%;
    width:100%;
    text-align:center;
    color:white;
    text-transform:uppercase;
    font-size:2em;
    letter-spacing:2px;
    transition:all 0.5s;
}

.teaser_frame .col-md-2 a h4 img {
    display:block;
    max-width:20%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;
    transition:max-width 0.5s;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    pointer-events: none;
}

.teaser_frame .col-md-2 a:hover h4 {
    font-size:2.5em;
    transition:all 0.5s;
    top:20%;
}

.teaser_frame .col-md-2 a:hover h4 img {
    max-width:23%;
    transition:max-width 0.5s;
}

.teaser_frame .col-md-2 a.a_bei_uns_arbeiten h4 img {
    max-width:100px !important;
}

.teaser_frame .col-md-2 a.a_bei_uns_arbeiten:hover h4 img {
    max-width:110px !important;
    transition:max-width 0.5s;
}

.teaser_frame .col-md-2 a.a_werkstatt h4 img {
    max-width:100px;
    transition:max-width 0.5s;
}

.teaser_frame .col-md-2 a.a_werkstatt:hover h4 img {
    max-width:120px;
    transition:max-width 0.5s;
}


.teaser_frame:last-child {
    margin-bottom:-50px;
}

.teaser_frame .col-md-2 {
    padding-bottom:50px;
}


#arbeitsbereiche .teaser_frame:nth-child(2) {
    margin-bottom:-45px; 
}



address {
	font-style:normal;
	margin-bottom:30px;
}


#page_nav_up {
    display:block;
    width:30px;
    height:30px;
    line-height:30px;
    padding:10px;
    text-decoration:none;
    font-weight:bold;
    position:fixed;
    right:10px;
    bottom:10px;
    text-align:center;
    background:rgba(94,132,88, 0.7);
    color:white;
    display:none;
    z-index:10;
    font-size:15pt;
    border-radius: 50%;
}

#page_nav_up:hover {
    background-color:#5E8458;
    transition: all 250ms ease;
}


/* Responsive */

#menu_sidebar {
	display:none;
}

.menu_disabled {
	
}

.menu_enabled {

}

.bt_menu_open, .bt_menu_close {
	width:55px;
	height:55px;
	background-color:#C10230;
	position:fixed;
	display:none;
	z-index:999;
}

.bt_menu_open:hover, .bt_menu_close:hover {
	text-decoration:none;
}

.bt_menu_close {
	top:0px;
	left:245px;
	z-index:999;
	text-align:center;
	background-color:#5E8458;
    
}

.bt_menu_open {
    top:45px;
    left:10px;
    text-align:center;
    border-radius: 50%;
    background:url(../images/mobile_icon.svg) no-repeat;
    width:80px;
    height:80px;
}

.bt_menu_open:before, .bt_menu_close:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    /*	content: "\f0c9"; */
    color:#FFFFFF;
    font-size:17pt;
    line-height:55px;
    text-decoration:none !important;
}

.bt_menu_close:before {
 	content: "\f00d";
}

.menu_lang2 {
	width:245px;	
	height:55px;
	background-color:#5E8458;
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	z-index:999;
    border-bottom: 1px solid black;
    
}

.menu_lang2 a {
    display: block;
    float: left;
    width: 65px;
    height: 45px;
    margin-top:5px;
    line-height: 55px;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius:5px;
    margin-left:5px;
}



.menu_lang2 a.phone {
    background: url(../images/icons/Geser_Telefon_Icon_B.svg) 15px 8px no-repeat;
    background-size: 30px 30px;
    background-color: #FFFFFF;
}

.menu_lang2 a.email {
    background: url(../images/icons/Geser_Mail_Icon_B.svg) 15px 8px no-repeat;
    background-size: 30px 30px;
    background-color: #FFFFFF;
}


.menu_lang2 a.marked, .menu_lang2 a:hover {
	color:#4F4F4F;
	background-color:#E0EFDC;
}

.person_frame {
    display: flex;
    flex-wrap: wrap;
    padding:0px;
    overflow:hidden;
}

.person {
	width:20%;
	position:relative;
	overflow:hidden;
}

.person .contact {
	position:absolute;
	bottom:-500px;
	left:0px;
	width:100%;
	background:rgba(0,110,60,0.6);
	color:white;
	transition:bottom 0.5s;
	font-size:12pt;
}

.person:hover .contact {
	bottom:0px;
	transition:bottom 0.5s;
}

.person .contact a {
	color:white;
	text-decoration:none;
}

.person .contact p {
	padding:10px;
	margin-bottom:0px;
}

.person img {
	display:block;
    pointer-events: none;
    width:100%;
}

.person_info {
	background-color:#ffcd00;
	padding-top:25px;
	padding-bottom:25px;
}

.person_info .main_frame {
	max-width:1440px;
}

.person_info p {
	margin-bottom:0px;
}


@media (max-width: 1700px) {	
	.person {
		width:20%;
	}
}


@media (max-width: 1440px) {
	.menu > li  > a {
		font-size:14pt;
	}

	.contact_box {
		z-index:20;
	}

    header {
        height:140px;
    }
    header+section {
        margin-top:140px !important;
    }


    #arbeitsbereiche .teaser_frame:nth-child(2) {
        margin-bottom:-20px;
    }

    .start .header_img {
    	margin-top:160px !important;
    }
    
    .contact_box {
        top:20px;
        z-index:20;
    }
    
    .contact_box a {
        margin-bottom:15px;
    }
    
    .menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .menu ul {	
        margin-left:10px;
    }
    
    .logo {
        max-width:400px;
    }
    
    .bt_menu_open {
        top: 40px;
    }


	.logo_frame {
		padding-bottom:15px;
		padding-top:5px;
	}
	h2 {
        padding: 10px 20px 5px 20px;
        margin-top: 70px;
        margin-bottom: 20px;
        font-size:18pt;
    }
    h2 img {
        max-width: 50px;
        top:-5px;
    }	
    
    .teaser_frame .col-md-2 {
        padding-bottom: 20px;
    }
    .row .col-md-3:nth-child(2), .row .col-md-2:nth-child(2) {
        padding-left: 10px;
    }
    .row .col-md-3:nth-child(1), .row .col-md-2:nth-child(1) {
        padding-right: 10px;
    }
    
    .claim .in, .claim2 .in {
        font-size: 15pt;
    }    
        
    .claim .form_button {
        font-size: 14pt;
    }
    
    .header_img h1, .video_frame h3 {
        font-size: 25pt;
    }
    .text_frame {
        font-size: 13pt;
    }
    .text_frame h1, h3, .text_frame h2 {
        font-size:18pt;
        margin-bottom:15px;
    }
    section {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    p+h3, p+h2 {
        margin-top: 30px;
    }
    .work_example_frame {
        padding: 20px;
        font-size: 13pt;
        margin-bottom:30px;
    }
    
    .work_example_frame:last-child {
        margin-bottom:10px;
    }
    
    .teaser_frame .col-md-2 a h4 {
    
        font-size: 1.5em;
    }
    
    section+section {
        margin-bottom:-20px;
    }

    .teaser_frame:last-child {
        margin-bottom:-20px;
    }
    
    .work_example_frame .teaser_frame {
        margin-bottom:10px;
    }
    
    h2.h1_team img {
        max-width:40px;
    }
    
    h2.h1_bei_uns_arbeiten img {
        top:0px !important;
        max-width:35px;
    }
    
    h2.h1_werkstatt img {
        top:-3px !important;
        max-width:40px;
    }
    
    h2+.text_frame {
        padding-top:10px;
    }

    
}



nav {
	display:none;
}


header+section {
	margin-top:175px;
}

.logo_frame {
	padding-top:8px;
	max-width:640px;
}

.bt_menu_open {

}
		
/* Menu */
#menu_sidebar, 
#menu_sidebar ul,
#menu_sidebar li
{
  padding: 0px;
  margin: 0px;

}
#menu_sidebar > li
{
	display:inline-block;
}
#menu_sidebar li
{
  list-style-type: none;
	text-align:left;
}
	
#menu_sidebar
{
    position:fixed;
    left:0;
    top:55px;
    height:auto;
    width:300px;
    background-color:#FFFFFF;
    
    color:black;
    box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
    -moz-box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
    -webkit-box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
    -khtml-box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
    display:none;	
    z-index:19000;
    overflow:auto;
}

.bt_menu_open {
	display:block;
}

#menu_sidebar ul {
  /* display: none; */
  position: static;
  padding-left: 20px;
  margin-top: 0px;
}

#menu_sidebar a {
	vertical-align:middle;
	background-color:transparent;
	color:#000000;
	margin-right:0px;
	padding-left:15px;
	padding-right:15px;    	
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}


#menu_sidebar a i {
	/* display:none; */
}

#menu_sidebar ul {
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -khtml-box-shadow:none;
    margin-left:0px;
    margin-bottom:10px;	
}

#menu_sidebar li:hover > ul {
	/* display:none; */
}

#menu_sidebar > li {
  float: none;
  display:block;
}
	
#menu_sidebar li {
	border-bottom:1px solid #E7E7E7;
}

#menu_sidebar a.marked, #menu_sidebar a.marked:visited, #menu_sidebar a.marked:active, #menu_sidebar a.marked:hover {
    font-weight:bold;
    background-color:#E0EFDC;
}

#menu_sidebar a:hover {
    background-color:#E0EFDC !important;
}


#menu_sidebar li:hover, #menu_sidebar li:hover > a {
  color:black;
  background-color: transparent;
}

#menu_sidebar li.closed {


}

#menu_sidebar li.opened {

}

#menu_sidebar ul li.closed {
}

#menu_sidebar ul li.opened {

}	

#menu_sidebar ul {
	margin-left:0px;
	background-color:#FFFFFF;
}
	
#menu_sidebar ul li {
	border-bottom:none;
	/*
  list-style-type: square;
  list-style-position: outside;
  */
	padding-left:0px;
}	

#menu_sidebar ul li a, 	#menu_sidebar ul li a:visited, 	#menu_sidebar ul li a:active 	 {
    /* min-height:24px !important;		*/
    padding-top:10px;
    padding-bottom:10px;
    padding-right:25px;
    padding-left:15px;
    /* font-size:9.5pt; */
    background:url(../images/menu_item.png) 0px 17px no-repeat;
	
}

#menu_sidebar ul li a:hover, #menu_sidebar ul li a.marked,  #menu_sidebar ul li a.marked:hover {
	background:url(../images/menu_item_m.png) 0px 17px no-repeat;

}

#menu_sidebar ul ul
{
  margin-top: 0; 
  left:0;
}

#menu_sidebar li.menu_sidebar_tools, 	#menu_sidebar li.menu_sidebar_tools:hover {
	height:24px;
	line-height:24px;
	min-height:24px;
	border:none;
	background-color:#E7E7E7;
	overflow:hidden;
}

.bt_menu_open {
	display:block;
}

@media (min-width: 1921px) {
    .claim {
        left: 15%;
        right: 15%;
    }
    
    .video_frame .claim.full_view {
        left: 15% !important;
        width: 70% !important;
    }
}


@media (max-width: 1250px) {

    .info_message {
        font-size:1.5em;
        
    }

	section.contact .row {
        margin-left:auto;
        margin-right:auto;
        display:block;
        max-width:1024px;
    }

	.row .col-md-4 {
        display:block;
        float:left;
	    width:50% !important;
	    padding:0px !important;
	    text-align:center !important;
	}

	.row .col-md-4 div {
	    margin-left:auto;
	    margin-right:auto;
	}
	.row .col-md-4 p {
	    padding-left:0px !important;
	}
	
	.social_media_frame {
        text-align:center !important;
    }

    .video_frame .play_icon {
        width: 100px;
        height: 100px;
        background: url(../images/icons/Geser_Play_Icon_W.svg) no-repeat;
        background-size: 100px 100px;
        position: absolute;
        top: 30%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        display: block;
        z-index: 10;
    }

    section.contact {
        padding-top: 40px;
        padding-bottom: 20px;
    }

  
}

.video_frame .claim.full_view {
    position: relative;
    left:5%;
    width:90%;
    margin-top:-343px;
    margin-bottom:0px;
}

.video_frame .claim.full_view .trans_frame {
    background:rgba(204,204,204,0.9);
}

@media (max-width: 1080px) {

    .video_frame h3 {
        font-size: 20pt;
    }
    
    .bullet_list_center {
        max-width:200px;    
    }

    .video_frame .claim .trans_frame {
        font-size: 16pt;
    }
    
    
    .teaser_frame .col-md-2 a.a_ihre_ansprechpartner h4 img {
        max-width: 70px !important;
    }

    .teaser_frame .col-md-2 a.a_ihre_ansprechpartner:hover h4 {
        font-size:20pt !important;
    } 

    .teaser_frame .col-md-2 a.a_ihre_ansprechpartner:hover h4 img {
        max-width: 80px !important;
    } 

    .teaser_frame .col-md-2 a.a_team h4  {
        margin-top:30px !important;
    }    

    .teaser_frame .col-md-2 a.a_team h4 img {
        max-width: 70px !important;
    }

    .teaser_frame .col-md-2 a.a_team:hover h4 {
        font-size:20pt !important;
    } 

    .teaser_frame .col-md-2 a.a_team:hover h4 img {
        max-width: 80px !important;
    } 
    

    
    .teaser_frame .col-md-2 a.a_bei_uns_arbeiten h4 img {
        max-width: 65px !important;
    }

    .teaser_frame .col-md-2 a.a_bei_uns_arbeiten:hover h4 {
        font-size:20pt !important;
    } 

    .teaser_frame .col-md-2 a.a_bei_uns_arbeiten:hover h4 img {
        max-width: 75px !important;
    } 


    .teaser_frame .col-md-2 a.a_werkstatt h4 img {
        max-width: 70px !important;
    }
    
    .teaser_frame .col-md-2 a.a_werkstatt:hover h4 {
        font-size:20pt !important;
    } 

    .teaser_frame .col-md-2 a.a_werkstatt:hover h4 img {
        max-width: 75px !important;
    }



    section.contact h3 {
        font-size: 17pt;    
    }    
    
}

@media (max-width: 1024px) {
    header {
    	height:110px;
    }
    
    .bt_menu_open {
    	top:25px;
    }
    	
    .logo {
        max-width:280px !important;
        margin-top:10px;
    }
    
    .contact_box {
        top:8px;
    }
    .contact_box a {
        margin-bottom:5px;
    }
    
    header+section {
    	margin-top:110px !important;
    }
    .start .header_img {
    	margin-top:130px !important;
    }
    
    .claim .in, .claim2 .in {
        font-size: 13pt;
    }
    .video_frame .claim .trans_frame {
        font-size: 13pt;
    }
    
    .claim .form_button {
        font-size: 13pt;
    }
    
    .text_frame {
        padding-top: 30px;
    }

}

@media (max-width: 1023px) {

	
	nav {
		left:0px;
		right:auto;
	}
	
	.row {
		display:block;
	}


	.header_img {
		background-position:right center;
	}

	section.contact .row .col-md-2 {
		margin-bottom:30px;
	}

	.partner_logos {
		text-align:center;
		margin-top:30px;
		margin-bottom:50px;
	}
	

	
	.person {
		width:25%;
	}
	
	.person .contact {
		font-size:13pt;
	}
	
	.person .contact p {
		padding:20px;
	}
}

@media (max-width:959px) {


    .header_img {
        padding-bottom: 20px;
        
    }

    .header_img .claim {
        position:relative;
        margin-top:-30%;
        z-index:1;
        left:0;
    }


    .video_frame .claim {
        position: relative;
        left:5%;
        width:90%;
        margin-top:0px;
        margin-bottom:0px;
        background-color:#5E8458;
        padding-bottom:20px;
        margin-top:40px;
    }
    
    .video_frame .claim.full_view {
        margin-top:40px !important;
    }
    
    .video_frame .play_icon {
        top:50%;    
    }

    .teaser_frame .col-md-2 a h4 {
        top: 20%;
    }
    .teaser_frame .col-md-2 a.a_team h4 {
        margin-top: 10px !important;
    }

    .info_message {   
        font-size:1.4em !important;    
    }
    
    .scroller_nav .arrow_right {
        right: 10px !important;
        top:30% !important;
    }
    .scroller_nav .arrow_left {
        top:30% !important;
        left: 10px !important;
    }
    
    .person {
        width: 33.3333333%;
    }
 

}


@media (max-width:768px) {
	.claim .in, .claim2 .in {
	    font-size:14pt;    
	}

   .person {
        width: 50%;
    }
 
}


@media (max-width:767px) {


	.row .col-md-2, .row .col-md-3 {
		display:block;
		width:auto !important;
		padding-left:0px !important;
		padding-right:0px !important;
	}


}
	



@media (max-width:720px) {
	.teaser {
		width:100%;
	}

	.text_frame {
		padding-top:30px;
	}
}

.is_mobile {
    display:none;   
}


@media (max-width:690px) {

    .scroller_nav {
        display:none !important;
        
    }


    .slider_start {
        height:300px;
        
    }

    .header_img {
        background-color:#cccccc;
    }

	.is_desktop {
		display:none;	
	}

    .is_mobile {
        display:block;
    }
	
	
    .claim h1 {
    	font-size:25pt;
    	display:block;
    }
    
    .claim h2 {
    	font-size:21pt;
    }
    

    input[type=text],input[type=password],select, textarea {
    	width:100% !important;
    	margin-bottom:5px;
    }
    
    .form_button, input[type=submit] {
        width:100%;
    }
    
    #secure_code {
    	margin-left:0px;
    	padding-top:10px;
    }
    	
    .input_row2 .input_col1_thin {
    	float:none;
    	width:auto;
    }
    
    .input_row2 .input_col2_thin {
    	font-weight:bold;
    }
    
    
    .claim .in, .claim2 .in, .claim .form_button, .video_frame .claim .trans_frame { 
    	font-size:12pt;
    }

    .logo_frame {
    	padding-left:0px;
    	padding-right:0px;
    }
    
    .header_img h1, .video_frame h3 {
    	font-size:22pt;
    }

    
	.row .col-md-4 {
        float:none;
	    width:100% !important;
	}

	.teaser_frame .col-md-2 a h4 {
        top:15%;
        line-height:1.0;
    }	
	
	.teaser_frame .col-md-2 a:hover h4 {
        top:10%;
    }
    
    .teaser_frame:last-child {
        margin-bottom:-20px;
    }
    
    .teaser_frame .col-md-2 {
        padding-bottom:20px;
    }

	    
    .work_example_frame {
        padding:20px;
        font-size:13pt;
        margin-bottom:20px;
    }
    
    .work_example_frame table {
        margin-bottom:0px;
    }
    
    .work_example_frame table, .work_example_frame table tbody, .work_example_frame table tr, .work_example_frame table tr td {
        padding-right:0px;   
        display:block !important;
    }


    h2 {
        text-align:center;

    }
/*
    h2 {
        background-color:#5E8458;
        color:white;
        text-align:center;
        padding:20px 20px 12px 20px;
        margin-top:70px;
        margin-bottom:50px;
        text-transform:uppercase;
        font-size:30pt;
        font-weight:800;
        line-height:1.6;
    }

*/    


    h2 img {
        display:block;
        position:statíc;
        margin-left:auto;
        margin-right:auto;
        margin-top:10px;
    }

    h2 img:nth-child(2) {
        display:none;
    }
    
    /*
    .claim .trans_frame {
        overflow-y: auto;
        max-height: 300px;
    }
    */

    .video_frame .play_icon {
        width: 100px;
        height: 100px;
        background: url(../images/icons/Geser_Play_Icon_W.svg) no-repeat;
        background-size: 100px 100px;
        position: absolute;
        top: 60%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        display: block;
        z-index: 10;
    }

    .person {
        width: 100%;
    }
    
    .person img {
        width:100%;
    }

    .text_frame {
        padding-top: 20px;
    }

    .claim .in, .claim2 .in {
        padding: 20px 10px 0 10px    
    }
    
    .video_frame .claim {
        left: 10px !important;
        width: calc(100% - 20px) !important;
    }
    
    .text_frame h1, .text_frame h2, h3 {
        font-size: 15pt;
        line-height:1.3;
    }

    .form_button, .form_button:link, .form_button:visited, input[type=submit], input[type=button] {
        font-size: 12pt;    
    }
    
    .input_form .form_button, .input_form input[type=submit] {
        padding:10px !important;
    }
    
    .text_frame {
        font-size:12pt;
    }
    .work_example_frame {
        padding:10px;
        font-size: 12pt;
    }    
    .work_example_frame .teaser_frame .col-md-2 {
        padding-bottom: 10px;
    }

	
	.area_teasers .teaser_frame:last-child, .team_teasers .teaser_frame:last-child  {
	    display:none !important;
	}
	
    .teaser_frame:last-child, .area_teasers .teaser_frame {
        margin-bottom:-10px;
    }
    /*
    .work_example_frame:last-child {
        display:none;
    }
    */
    
    p+h3, .read_more h3 {
        margin-top: 20px;
    }
    
    .header_img2 {
        min-height:200px;
    }


}


@media (max-width: 550px) {




    .main_frame {
    	padding-left:15px;
    	padding-right:15px;
    }

    .logo {
        max-width:220px !important;
        margin-top:10px;
    }
    
    .bt_menu_open {
        top:35px;
        width:60px;
        height:60px;
    }
    
    .contact_box {
        top:10px;
    }
    
    a.contact {
        display: block;
        width: 70px;
        height: 50px;
        margin-bottom:10px;
    }
    
    a.phone {
        background: url(../images/phone.svg) 15px 8px no-repeat;
        background-size: 30px 30px;
        background-color: #FFFFFF;
    }
    
    a.email {
        background: url(../images/email.svg) 15px 10px no-repeat;
        background-size: 30px 30px;
        background-color: #FFFFFF;
    }
    
    .header_img h1, .video_frame h3 {
        font-size: 16pt;
    }

    .teaser_frame .col-md-2 .a_ihre_ansprechpartner h4 {
        font-size:15pt;
    }
    .teaser_frame .col-md-2 .a_ihre_ansprechpartner:hover h4 {
        font-size:17pt;
    }

    .teaser_frame .col-md-2 .a_bei_uns_arbeiten h4 {
        font-size:15pt;
    }
    .teaser_frame .col-md-2 .a_bei_uns_arbeiten:hover h4 {
        font-size:17pt;
    }

    .teaser_frame .col-md-2 a.a_bei_uns_arbeiten h4 img {
        max-width: 70px !important;
    }
    .teaser_frame .col-md-2 a.a_bei_uns_arbeiten:hover h4 img {
        max-width: 80px !important;
    }

    .teaser_frame .col-md-2 a.a_werkstatt h4 img {
        max-width: 60px !important;
    }
    .teaser_frame .col-md-2 a.a_werkstatt:hover h4 img {
        max-width: 70px !important;
    }

}

@media (max-width: 455px) {

	.logo_frame {
		padding-top:20px;
	}

	.main_frame {
		padding-left:10px;
		padding-right:10px;
	}
	
	section.first + section {
		padding-top:0px;
	}
		
	.claim h1 {
		font-size:20pt;
		display:block;
	}
	
	h2 {
		font-size:18pt;
	}

    .video_frame h2 {
        font-size: 25pt;    
    }
}


@media (max-width: 410px) {
    .logo {
        max-width:200px !important;
        margin-top:10px;
    }

   .video_frame h2 {
        top:20px;
    }    

    .teaser_frame .col-md-2 {
        padding-bottom: 10px;
    }
    
}


@media (max-width: 374px) {

    .logo {
        max-width:160px !important;
        margin-top:10px;
    }

   
}


@media (max-width: 360px) {
		
	.logo_frame {
		padding-top:22px;
		padding-left:0px;
		padding-right:0px;
	}
	
	.logo {
		max-width:75%;
		
	}
}

/* Video popup */
.register_popup {
    background-color: #FFFFFF;
    position: absolute;
    z-index: 100100;
    color: #271F14;	
    max-width: 780px;
    width:100%;
    min-height: 650px;
    /*
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    */
    overflow: auto;
    font-size:12pt;
    -webkit-box-shadow: 10px 10px 44px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 44px -16px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 44px -16px rgba(0,0,0,0.75);
}

#register_popup_content {
	padding:70px 40px 20px 40px;
	overflow:hidden;
	text-align:left;
}

#register_popup_content h3 {
    font-size:14pt;
    
}

.register_popup_close a, .register_popup_close a:link, .register_popup_close a:active, .register_popup_close a:visited, .register_popup_close a:hover {
	margin-left:3px;
	margin-right:3px;
}

.register_popup_close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.register_popup_close a {
	display:inline-block;
	background-color:#5E8458;
	color:white;
	padding:5px 10px 5px 10px;
}

.register_popup_close a:hover {
	background-color:#74A46D;
	
}

#register_popup_name {
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: bold;
	line-height:1.0;
	color: #271F14;
	padding-right:120px
}

.filter {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.2;
	filter: alpha(opacity=60);
	z-index: 200;
}


.input_form {
    margin-bottom:20px;
}

.input_row {
    margin-bottom:10px;
}

.input_col1_thin {
    padding-bottom:3px;
}

.input_col1_thin, label {
    font-size:12pt;
    vertical-align:top;
}


@media only screen and (max-width: 480px) {

  #register_popup_content {
    padding:70px 20px 20px 20px !important;
  }
  
  .register_popup_close {
    right:15px !important;
  }
}


/* Slider */

#scroller_content {
	background-color:#A0C9D1;
}

.slider_item {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	position:relative;
	background-color:#A0C9D1;
}



#scroller_content .owl-pagination {
	display:none;
}

.scroller_nav {
/*	display:none; */
}
.scroller_nav a {
	text-decoration:none !important;
}

.scroller_nav  .arrow_left, .scroller_nav  .arrow_right {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;  
    line-height: 30px;
    background:rgba(94,132,88, 0.7);
    overflow: hidden;
    text-align: center;	
    position:absolute;
    top:50%;
    margin-top:-35px;	
    font-size:15pt;
    border-radius: 50%;
    z-index:10;
}

.scroller_nav  .arrow_left:hover, .scroller_nav  .arrow_right:hover {
	background-color:#5E8458;
    transition: all 250ms ease;
}

.scroller_nav  .arrow_left:before, .scroller_nav  .arrow_right:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24pt;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f104";	
    line-height: 50px;
}

.scroller_nav  .arrow_left {
	left:10px;
}

.scroller_nav  .arrow_right {
	right:10px;
}

.scroller_nav  .arrow_right:before {
  content: "\f105";
}

.scroller_nav  .arrow_left:hover, .scroller_nav  .arrow_right:hover {
	text-decoration:none;
}