﻿/* R5 Module 
 ===================================================================================== */
.foursplit,
.treysplit,
.twosplit,
.onesplit{
  float:left;	
} 

.twosplit{
	width:48%;
	margin-right:3%;		
} 
.twosplit:last-child{
	margin-right:0%
}

.treysplit {
	width:31.5%;
	margin-right:2.5%;	
}
.treysplit:last-child{
	margin-right:0%
}

.foursplit{
	width:23%;
	margin-right:2.5%;
} 
.foursplit:last-child{
	margin-right:0%
}


@media (max-width: 767px){
.foursplit,
.treysplit,
.twosplit,
.onesplit{
  float: none;	
  width:94%;
  margin-right:3%;
  margin-left:3%;
}}

/* ==== Abstand oben und unten ==== */

.mtb{ margin-top: 50px; margin-bottom: 50px;} /* Abstand ober und unterhalb*/

.mt { margin-top: 40px; }/* Abstand oberhalb*/

.mb { margin-bottom: 40px; } /* Abstand unterhalb*/

@media (max-width: 767px) {
.mtb,.mt,.mb{
	margin-top: 20px; margin-bottom: 20px;
}}

/* ==== Trenline ==== */
.hline {
	border-bottom: 1px solid #384452;
	margin: 40px 0 20px;
}

/* ==== Grauer Hintergrund ==== */
.grey{
	color:#333333!important;
	padding:35px 10px 35px 20px;
	background:#eeeeee;
	font-weight:normal;
}
.grey h1,.grey h2, .grey h3,.grey h4,.grey h5,.grey h6{
	color:#333333!important;
	margin-bottom:10px;
}

.grey ul {
  list-style: none!important;
}
.grey li {
  position: relative;
  padding-left: 40px;
  margin-left:10px!important;
  font-family: 'Open Sans', sans-serif;
}
.grey li:before {
  content:url(../images/listenpunkt.png) '';
  position: absolute!important;
  left: 0!important;
  top: 0!important;
  line-height: 26px!important;
}
.grey a{
	color:#000000!important;
	text-decoration:none;
	font-weight:500;
}
.grey .cont li{
	color:#000000!important;
}
.grey a:hover{
	color:#000000!important;
	text-decoration:underline!important;
}
.grey li + li {
  margin-top: 20px!important;
}
.grey li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
.grey{

}
.grey li:before{
	
}}
/* ==== Bildausrichtung ==== */
.picRight figure {
    float: right;
    max-width: 400px;
    padding: 1.2em .8em .8em;
    text-align: center;
    font: .8em/1.6 Arial;
}
.picCenter figure {
    float: none;
    max-width: 400px;
    padding: 1.2em .8em .8em;
    text-align: center;
    font: .8em/1.6 Arial;
    margin:0 auto!important;
}
.picLeft img{
    float: left;
    max-width: 400px;
    padding: 0 1.2em .8em 0em;
    text-align: center;
    font: .8em/1.6 Arial;
}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
.mtb,.mtb1,.mtb2,.mb,.mt{
}}

/* ==== Textformatierung ==== */
.cont{
	font-family: 'Roboto Condensed', sans-serif!important;
	font-size:15px;
	color: #3A3A3A;
	line-height:1.4;
}
.cont ol,
.cont ul{
	margin:15px 0 15px 0;
}
.cont ol li{
  list-style-type:decimal!important;
  padding-left: 4px!important;
  margin-left:24px!important;
  content: ""!important;
  font-family: 'Open Sans', sans-serif!important;
}
.cont li {
  text-transform: uppercase;
  text-align:left!important;
  list-style:none!important;
  color:#333;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  padding-left: 48px;
  padding-top: 14px;
  padding-bottom: 1px;
  position: relative;
}
.cont li a:hover{
	color:#000000!important;
}
.cont li:nth-child(odd) {

}
.cont li:before {
  font-family: 'FontAwesome'!important;
  content: '\f105'!important;
  font-size: 18px!important;
  font-weight: 700!important;
  position: absolute!important;
  top: 3px!important;
  left: 26px!important;
}
@media (max-width: 979px) {
 .cont li {
    padding-left: 26px;
  }
 .cont li:before {
    left: 12px;
  }
}
@media (max-width: 767px){
 .cont li {
    padding-left: 56px;
  }
 .cont li:before {
    left: 12px;
}}
/* Box Inner
*/
.box-in{
	padding:10px 10px 10px 10px;
	background:#FFFFFF;
	margin-bottom:20px;
}
i.ic1{
	font-size:11px!important;
}

h5.ueberschrift{
    font-size: 1.3vw;
	font-weight:600;
	padding:16px 0 15px 0;
}
/* Back to Top
 ========================================================================== */
#back-top {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 150px;
  overflow: hidden;
  border: none;
  color: #4E6469;
  font-size: 38px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "FontAwesome";
  content: "\f0aa";  
  z-index: 20;
}
#back-top:hover {
  /*outline: none;*/
  color: #000000;
}
@media only screen and (max-width: 1199px) {
  #back-top {
    display: none !important;
  }
} 

/*Download
 ========================================================== */
.downloads h3 { margin-bottom: 25px; }
.downloads i.fa {
	margin-left:30px;
	margin-right: 10px;
	font-size: 18px;
	color:#FB940B!important;
	position: relative;
	top: 2px;
}

downloads a i.fa { color: #5b6d68; }
downloads a:hover i.fa { color: #b2c85f; } 

/* News
 ========================================================= */
.news{
	margin:30px 0 20px 0;
} 
@media only screen and (max-width: 767px){
.news{
	margin:10px 0 20px 0;
	padding-right:0px;
}}

.news h3{
	margin-bottom: 24px;
}
.news .post{
	margin-bottom: 30px;
	padding:20px 20px 20px 20px;
	border-radius: 5px 5px 0px 0px;
	border-bottom:1px #DBDBDB solid;
	background:#F6F6F6;
}
.news .post_text{
	margin-top: -4px;
}
.news .post_text p{
	line-height: 20px;
	margin-bottom: 19px;
}
.news .post_text .p__title,
.boxer .p__title{
	line-height: 1.3;
	font-size:22px;
	font-weight:bolder;
	margin-bottom: 10px;
}
.news .post_text .btn{
	margin-top: 16px;
} 
.calen{
	line-height:1;
	font-size:16px;
	font-weight:bold;
	margin-bottom:7px;
}
.calen i{
	margin-right:10px;
}
.btn {
	font-family: 'Poppins', sans-serif;
	line-height: 1.25;
	padding: 0.8rem 1.4rem;
	font-size: .8rem;
	font-weight: 400;
	letter-spacing: 1px;
	border-radius: 0.15rem;
	cursor:pointer;
	border:none;
	text-decoration: none;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0);
}
.btn i{
	line-height:1;
	margin-top:5px;
}
.btn-primary {
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:focus,
.btn-primary.active:hover {
    color: #fff;
}
.btn-round {
    border-radius: 30px;
}

.btn9{
	color: #fff;
	display: inline-block;
	height: 32px;
	margin-top: 15px;
	position: relative;
}
.btn_arrow{
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	background: #000;
	color:#ffffff!important;
	display: inline-block;
	text-align: center;
	padding: 9px 0;
	width: 32px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	 -webkit-transition: all 0.1s linear 0s;
     -moz-transition: all 0.1s linear 0s;
     -o-transition: all 0.1s linear 0s;
     transition: all 0.1s linear 0s;
}
.btn_text{
	color:#ffffff!important;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	padding: 10px 13px 0 45px;
	background: #FB940B;
	height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn:hover .btn_arrow{
	font-size: 25px;
	 -webkit-transition: all 0.1s linear 0s;
     -moz-transition: all 0.1s linear 0s;
     -o-transition: all 0.1s linear 0s;
     transition: all 0.1s linear 0s;
}
.btn:hover .btn_text{
	text-decoration: underline;
}
h4.newsnav {
	color:#000000!important;
}

.pagination { display: block; margin: 10px; padding: 10px; }
.pagination li { display: inline; list-style: none; color: #FB940B; padding-right: 3px; padding-left: 3px; }
.pagination li a { color: #666666; }
.pagination li a:hover { color: #FB940B; }


/* ================ Detailseite ======================== */
.fright{
	float:right;
}
/* Button
===================================================================== */
.margt{
	margin-top:15px;
}
.margb{
	margin-bottom:25px;
}

.feature-box-link:before,
.feature-box-link2:before {
	font-family: 'FontAwesome';
	content: "\f1d8";
	font-size:11px;
	color:#ffffff;
	padding-right:10px;
}
.feature-box-links{
	margin:0 auto;
	float:none;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	padding: 0.64286em 1.42857em;
	border: 1px solid;
	border-color: #a00403 #870403 #6e0302;
	border-radius: 3px;
	outline: none;
	font-size: 0.875em;
	line-height: 1.42929;
	color: #ffffff;
	width:200px!important;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #870403;
	background: #b90504!important;
	background: -webkit-linear-gradient(#d20605, #aa0504)!important;
	background: -moz-linear-gradient(#d20605, #aa0504)!important;
	background: -o-linear-gradient(#d20605, #aa0504)!important;
	background: linear-gradient(#d20605, #aa0504)!important;
	box-shadow: inset 0 1px #ce504f!important;
}

.feature-box-link4,
.feature-box-link {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	padding: 0.64286em 1.42857em;
	border: 1px solid;
	border-color: #a00403 #870403 #6e0302;
	border-radius: 3px;
	outline: none;
	font-size: 0.875em;
	line-height: 1.42929;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #870403;
	background: #b90504;
	background: -webkit-linear-gradient(#d20605, #aa0504);
	background: -moz-linear-gradient(#d20605, #aa0504);
	background: -o-linear-gradient(#d20605, #aa0504);
	background: linear-gradient(#d20605, #aa0504);
	box-shadow: inset 0 1px #ce504f;
}
.feature-box-links:hover,
.feature-box-link4:hover,
.feature-box-link:hover {
	border-color: #550202 #3c0201 #230101;
	text-decoration: none;
	background: -webkit-linear-gradient(#e10605, #9b0403);
	background: -moz-linear-gradient(#e10605, #9b0403);
	background: -o-linear-gradient(#e10605, #9b0403);
	background: linear-gradient(#e10605, #9b0403);
}
.feature-box-link3 i{
	margin-top:5px;
}
.feature-box-link2{
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	padding: 0.64286em 1.42857em;
	border: 1px solid;
	border-color: #262626 #1a1a1a #0d0d0d;
	border-radius: 3px;
	outline: none;
	font-size: 0.875em;
	line-height: 1.42929;
	color: #ffffff;
	text-shadow: 0 -1px 0 #1a1a1a;
	background: #333333;
	background: -webkit-linear-gradient(#404040, #2b2b2b);
	background: -moz-linear-gradient(#404040, #2b2b2b);
	background: -o-linear-gradient(#404040, #2b2b2b);
	background: linear-gradient(#404040, #2b2b2b);
	box-shadow: inset 0 1px #707070;
}
.feature-box-link3{
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	padding: 0.64286em 1em;
	border: 1px solid;
	border-color: #262626 #1a1a1a #0d0d0d;
	border-radius: 3px;
	outline: none;
	font-size: 0.875em;
	line-height: 1.42929;
	color: #ffffff;
	text-shadow: 0 -1px 0 #1a1a1a;
	background: #333333;
	background: -webkit-linear-gradient(#404040, #2b2b2b);
	background: -moz-linear-gradient(#404040, #2b2b2b);
	background: -o-linear-gradient(#404040, #2b2b2b);
	background: linear-gradient(#404040, #2b2b2b);
	box-shadow: inset 0 1px #707070;
}

.feature-box-link3:hover,
.feature-box-link2:hover{
	border-color: #000000 #000000 #000000;
	background: -webkit-linear-gradient(#474747, #242424);
	background: -moz-linear-gradient(#474747, #242424);
	background: -o-linear-gradient(#474747, #242424);
	background: linear-gradient(#474747, #242424);
}

/* News Startseite
 ================================================================= */
.newswrapper{
	padding:40px 0 40px 0;
	background:#eeeeee;
} 
.newswrapper h2{
	text-align:center;
	margin:0 0 30px 0;
}
.calend{
	display:block;
	color:#ffffff;
	line-height:1;
	padding:15px 10px 15px 12px;
	border-radius: 5px 5px 0px 0px;
	background:#FB940B;	
}
.calend i{
	margin-right:10px;
}
.boxer{
	float:left;
	width:28%;
	margin-right:5%;
	min-height:256px;
	/*padding:10px;*/
	border-radius: 5px;
	background:#ffffff;
}
.boxe_innerr{
	padding:10px;	
}
@media only screen and (max-width: 767px){
.boxer{
	float:left;
	width:100%;
	margin-right:0%!important;
}}
.bord{
	border-bottom:1px #333 solid;
	max-height:2px;
}
.a1 a{
	color: #333!important;
	line-height: 30px;
	font-weight: 400;
	font-style: italic;
	font-size: 13px;
	float:right;
}
a.a1:hover {
	color: #00B0FF!important;
}
.a1:before {
  font-family: 'FontAwesome';
  content: '\f101';
  margin:2px 5px 0 0;
  top: 4px;
  left: 15px;
}

* + .bta__ {
  margin-top: 40px;
}
a.bta,
.bta {
  display: inline-block;
  color: #ffffff!important;
  padding: 10px 20px 11px 20px;
  background: #FB940B;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin:0 auto!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
}
a.bta:hover,
.bta:hover {
  background: #333333;
  color:#FFFFFF!important;
  text-decoration: none!important;
}
.bta:active {
  background: #333333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.bta__ {
  margin-top: 40px;
}
.martop{
	margin-top:50px;
}

/* Icon Seite
 =========================================================================== */
.section-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (min-width: 768px){
	.section-md-66 {
		padding-top: 66px;
		padding-bottom: 66px;
	}	
} 
.list-icon-pack {
	margin-top: 6px;
}

.list-icon-pack > li {
	margin-top: 25px;
}

.list-icon-pack > li span {
	display: block;
}

.list-icon-pack > li span + span {
	margin-left: .25em;
} 
.unit {
	display: flex;
	flex: 0 1 100%;
}

[class*='unit']:empty {
	margin-bottom: 0;
	margin-left: 0;
}
.unit-spacing-lg.unit {
	margin-bottom: -30px;
	margin-left: -30px;
}

.unit-spacing-lg.unit > * {
	margin-bottom: 30px;
	margin-left: 30px;
}

@media (min-width: 576px) {
	.unit-spacing-lg.unit {
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.unit-spacing-lg.unit > * {
		margin-bottom: 30px;
		margin-left: 30px;
	}
}

@media (min-width: 768px) {
	.unit-spacing-lg.unit {
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.unit-spacing-lg.unit > * {
		margin-bottom: 30px;
		margin-left: 30px;
	}
}

@media (min-width: 992px) {
	.unit-spacing-lg.unit {
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.unit-spacing-lg.unit > * {
		margin-bottom: 30px;
		margin-left: 30px;
	}
}

@media (min-width: 1200px) {
	.unit-spacing-lg.unit {
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.unit-spacing-lg.unit > * {
		margin-bottom: 30px;
		margin-left: 30px;
	}
}

@media (min-width: 1600px) {
	.unit-spacing-lg.unit {
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.unit-spacing-lg.unit > * {
		margin-bottom: 30px;
		margin-left: 30px;
	}
}
.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}
.icon {
	display: inline-block;
	text-align: center;
}

.icon:before {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-md {
	width: 36px;
	height: 36px;
	font-size: 36px;
	line-height: 36px;
}
.icon-primary {
	font-family: 'FontAwesome';
	color: #FB940B;
}


/* Galerie (Image Manager (Bildtyp: magnific_popup_gallery_thumb))
================================================================== */

.galerie-image {
	float: left;
	position: relative;
	padding: 5px;
	margin-bottom:10px;
}
.galerie-image img {
	/*margin:0 10px 10px 0;
	max-width:240px!important;
	height:auto!important;*/
}
.galerie-image .thumbs{
	max-width:260px!important;
	margin:0 10px 10px 0;
	float: left;
}
@media (max-width: 767px){
.galerie-image .thumbs{
	max-width:100%!important;
	text-align:center;
	margin:0 0 20px 0!important;
	float: none;
}
.galerie-image img {
	width:100%!important;
	margin-bottom:20px;
}}

/* Bilder Galerie Band 100%
 ================================================================================ */
.wrapper_2{padding:40px 0 2px 0;overflow:hidden; background:#ffffff;}

.gall1 .thumb{width:16.66666666666%;float:left;}/*width:16.66666666666%*//*width:11.11111%*/

.gall1 a.hidden{
	display:none;
}

.thumb{display:block;position:relative;overflow:hidden;}

.thumb img{width:100%;height:auto;-moz-transition:0.5s all ease;-o-transition:0.5s all ease;-webkit-transition:0.5s all ease;transition:0.5s all ease;}

.thumb_overlay{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;-moz-transition:0.3s all ease;-o-transition:0.3s all ease;-webkit-transition:0.3s all ease;transition:0.3s all ease;color:#fff;background:transparent;}

.thumb_overlay:before{content:"\f065";position:absolute;top:50%;left:0;right:0;font:400 30px "FontAwesome";line-height:30px;margin-top:-15px;text-align:center;}

.lt-ie9 .thumb_overlay:before{display:none;}

.thumb:hover .thumb_overlay{opacity:1;background:rgba(0,0,0,0.5);}

.lt-ie9 .thumb:hover .thumb_overlay{background:none;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000');zoom:1;}

.lt-ie9 .thumb:hover .thumb_overlay:before{display:block;}

.thumb:hover img{-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);}

/* Kontakt rechts
 ===================================================================== */
.box2	{border:1px solid #BCBCBC; padding:3px; margin:110px 0 10px 0; width:100%;}
.box2 .box-content{background:#F6F6F6; padding:0px 5px 20px 10px; color:#262E38; font-size:14px; font-family: Arial, Helvetica, sans-serif;}

.box2 .box-content h1{ font-size:15px; color:#FB940B; margin:0 0 14px 0!important;font-style: normal!important;}
.box2 .box-content h2{font-weight:normal; font-size:18px!important; line-height:1.3; color:#FB940B; padding:10px 0 0px 0!important; margin:0 0 6px 0!important;}
.box2 .box-content h3{font-weight:normal; font-size:22px; line-height:1.3; color:#FB940B; padding:10px 0 0px 0!important;}
.box2 .box-content h4{font-weight:normal; font-size:18px; line-height:1.3; color:#FB940B; padding:10px 0 0px 0!important;} 
.box2 i{ padding:2px 2px 0 0; color:#FB940B; line-height:1.5;}

.box2 i.fa-mobile{
	font-size:20px!important;
	margin:-5px 3px 0 0;
}
.num{
	font-family: 'Open Sans', sans-serif;
}
.tcente{
	text-align:center;
}
h3.p3-1{
	text-align:center;
	color:#000000;
}
.box-2{
	position:relative;
	width:100%;
	margin-top:0px;
	padding:6px 0 12px;
	color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#ff0000;
	overflow:hidden;
	z-index:0;
	margin-bottom:0px;
}
@media (max-width: 479px){
.box-2{
	display:none;
}	
}

/* Seiten Info
 =========================================================================== */
.sidebox { background-color:#f5f5f5; padding:15px 20px 20px 0; margin:0 0 25px 0; font-size:12px!important; }
.sidebox h3 { padding:0 0 0px 0; font-size:16px!important; position: relative; margin:0 0 -10px 0;}
.sidebox h2 { padding:0 0 0px 0; font-size:18px!important; position: relative; margin:0 0 10px 0;}
.sidebox img{
	width:100%
}
.ora a{color:#00A1DF!important;}
.sidebox h3.info { /*background:url(../../images/info.png) no-repeat;*/ padding:0 0 15px 50px; color:#00A1DF }
.sidebox h3:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f05a";
  font-size:35px;
  margin:0px 0 0 -45px;
}   
ul.norm li{font-size:12px!important; padding-left: 34px;position: relative;}

ul.norm{
	margin:0 0 10px 0;
}

ul.norm li:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size:12px;
  color:#007CC7;
  /*top: 3px;*/
  margin-left:-19px;
}

/* Kalender
 ====================================================================== */
li.myevents-wrapper{
	display:inline-block;
	width:24%;
	float:left;
}

li.myevents-wrapper .inner{
	border:1px #ccc solid;
	padding:12px;
	height:auto;
}
.red{
	background:#ff0000;
	color:#ffffff;
}

/* Download einfach
====================================================================== */
.dgh{
  width:100%;
  display:inline-block;
}
.link_icon { 
 float:left;
 color:#333333;
 text-decoration:none; 
 display :block;
 line-height:1.5;
 margin-left:20px;
 background-repeat:no-repeat; 
 background-position:0px 2px;
}

.link_icon .dtext{line-height:1.5; display:inline-block; margin:0px 0 15px 0px!important; padding:9px 0 0 0!important; text-decoration:none;}
.link_icon .dtext:hover{text-decoration:underline!important;}

a.ico_pdf::before{content:'\f1c1'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#c30000;transition:.33s all ease}
a.ico_rtf::before{content:'\f0f6'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#00A1EE;transition:.33s all ease}
a.ico_xls::before{content:'\f1c3'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#197243;transition:.33s all ease}
a.ico_xlsx::before{content:'\f1c3'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#197243;transition:.33s all ease}
a.ico_doc::before{content:'\f1c2'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#285192;transition:.33s all ease}
a.ico_docx::before{content:'\f1c2'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#285192;transition:.33s all ease}
a.ico_ppsx::before{content:'\f1c4'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#FE7C30;transition:.33s all ease}
a.ico_ppt::before{content:'\f1c4'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#FE7C30;transition:.33s all ease}
a.ico_pptx::before{content:'\f1c4'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#FE7C30;transition:.33s all ease}
a.ico_zip::before{content:'\f1c6'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#FF6600;transition:.33s all ease}
a.ico_jpg::before{content:'\f1c5'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#9CEBAE;transition:.33s all ease}
a.ico_jpeg::before{content:'\f1c5'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#9CEBAE;transition:.33s all ease}
a.ico_gif::before{content:'\f1c5'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#9CEBAE;transition:.33s all ease}
a.ico_step::before{content:'\f1c5'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#96E100;transition:.33s all ease}
a.ico_mp4::before{content:'\f1c8'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#78C0FF;transition:.33s all ease}

/* Dolmetscher ABC
 =============================================================================== */
.grey{
	padding:60px 0 60px 0;
	background:#F8F8F8;
} 
.inlineblock-info2 {
    padding:15px 10px 15px 10px;
    font-size:24px;
    margin:5px 0 0 0;
    font-weight:bold;
    color:#464646;
    text-align:center;
    min-height:76px!important;
} 
.img-thumbnail2{
	padding:4px 4px 10px 4px;
	line-height:1.42857143;
	background-color:#fcfcfc;
	border:1px solid #dddddd;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;
	/*width:100% \9;*/
	width:100%;
	height:auto;
    text-align:center;
}
@media (max-width: 767px){
	.img-thumbnail2{
	max-width:300px!important;
}}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.img-thumbnail2{
	max-width:400px!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}}

a.butt3  {
    background-color: #0F6D38; 
    border: none;
    color: #ffffff!important;
    padding: 5px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 8px;
    text-decoration:none;    
}
a.butt3 {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

a.butt3:hover {
    background-color: #000000; /* Green */
    color: #ffffff!important;
    text-decoration:none;
}

.range{
	margin:50px 0 50px 0;
}



/* Mitglieder
 =============================================================*/
.thumb-flat {
	display:inline-block;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
	color: #252422;
	margin-bottom: 50px;
	height:440px!important;
	background-color: #FCFCFC;
}
.thumb-flat img{
	border-radius: 5px 5px 0 0;
}
.thumb-flat li{
	text-align:left;
	line-height:1.3;
}
.thumb-flat__body{
	padding:0 15px 0 10px;
}
.thumb-flat * + .thumb-flat__subtitle {
	margin-top: 5px;
}

.thumb-flat__subtitle,
.user {
	font-style: italic;
	color: #f9b707;
	font-size: 14px;
	line-height: 1.3;
}

* + .thumb-flat__body {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.thumb-flat__subtitle {
		font-size: 16px;
	}
	* + .thumb-flat__body {
		margin-top: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.thumb-flat__body {
		font-size: 16px;
	}
}

.thumb-creative {
	position: relative;
	text-align: center;
}

@media (max-width: 767px) {
	.thumb-creative {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}
.heading-6{
	color: #f9b707;
	font-weight:bold;
}

/* Kommentar
 ======================================================================== */
.commentar{
	list-style:none;
	text-align:left;
	float:left;
	
}
li.commentar {
	padding-left:0px!important;
	line-height:1.2;
	margin-left:0px!important;
	margin-bottom:10px;
	padding:5px 5px 5px 8px!important;
	border:1px #D4D4D4 solid;

} 
.commentar .user {
	font-style: italic;
	color: #f9b707;
	font-size: 14px;
	font-weight:bold;
	margin-right:8px;
	line-height: 1.3;
}
.commentar .date{
	font-style: normal;
	color: #333333;
	font-size: 14px;
	line-height: 1.3;
} 

/*.comment{
	padding:7px;
	margin-bottom:15px!important;
	border:1px #F0F0F0 solid;
	background-color: #FCFCFC;
} 
ul.comments{
	list-style:none;
}
.comment li{
	margin-left:0px!important;
}
.user {
	font-style: italic;
	color: #f9b707;
	font-size: 14px;
	font-weight:bold;
	margin-right:8px;
	line-height: 1.3;
}
.date{
	font-style: normal;
	color: #333333;
	font-size: 14px;
	line-height: 1.3;
} 
.text{
	color: #333333;
	font-size: 14px;
	line-height: 1.3;
	margin:7px 0 15px 0;	
} 
*/
/* Download einfach
====================================================================== */

.link_icon { 
 float:left;
 color:#333333;
 text-decoration:none; 
 display :block;
 line-height:1.5;
 margin-left:20px;
 background-repeat:no-repeat; 
 background-position:0px 2px;
}

.link_icon .dtext{line-height:1.5; display:inline-block; margin:0px 0 15px 0px!important; padding:9px 0 0 0!important; text-decoration:none;}
.link_icon .dtext:hover{text-decoration:underline!important;}

a.ico_pdf::before{content:'\f1c1'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#c30000;transition:.33s all ease}
a.ico_rtf::before{content:'\f0f6'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#00A1EE;transition:.33s all ease}
a.ico_xls::before{content:'\f1c3'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#197243;transition:.33s all ease}
a.ico_xlsx::before{content:'\f1c3'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#197243;transition:.33s all ease}
a.ico_doc::before{content:'\f1c2'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#285192;transition:.33s all ease}
a.ico_docx::before{content:'\f1c2'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#285192;transition:.33s all ease}
a.ico_ppsx::before{content:'\f1c4'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#FE7C30;transition:.33s all ease}
a.ico_ppt::before{content:'\f1c4'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#FE7C30;transition:.33s all ease}
a.ico_pptx::before{content:'\f1c4'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#FE7C30;transition:.33s all ease}
a.ico_zip::before{content:'\f1c6'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#FF6600;transition:.33s all ease}
a.ico_jpg::before{content:'\f1c5'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#9CEBAE;transition:.33s all ease}
a.ico_jpeg::before{content:'\f1c5'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#9CEBAE;transition:.33s all ease}
a.ico_gif::before{content:'\f1c5'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#9CEBAE;transition:.33s all ease}
a.ico_step::before{content:'\f1c5'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#96E100;transition:.33s all ease}
a.ico_mp4::before{content:'\f1c8'; width:35px; float:left; font-size:25px; line-height:1.5; font-family:'FontAwesome'; color:#78C0FF;transition:.33s all ease}

/* Accordeon
 ============================================================ */
.accordion h6{
  color:#fff;
  text-align:center;
  font-weight: 300;
} 
.accordion {
  width: 100%;
  margin: auto;
  height: auto;
}
.accordion .panel {
  position:absolute;
  left:0px;
  width: 100%;
  width: calc(100% - 20px);
 /* margin: 0 auto;*/
  height: 0;
  overflow:hidden;
  color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
  line-height: 28px;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.5s;
}

@media (max-width: 767px) {
.accordion .panel{
	  overflow:scroll!important;
}}

.accordion label {
  cursor: pointer;
  background-color:#009FD6;
  display: block;
  padding: 15px;
  width: 100%;
  margin-bottom:2px;
  color: #ffffff;
  font-size:17px;
  font-weight: 500;
  box-sizing: border-box;
  z-index: 100;
}

.accordion input{
  display: none;
}

.accordion input:checked+label {
  background-color: #009FD6;
  color:#ffffff;
}

.accordion input:checked+label:before {
  transition: 0.5s;
}

.accordion input:checked~.panel {
  height: auto;
  color: #333333;
  font-size: 20px;
  padding: 16px;
  transition: 0.5s;
}
.accordion label:after  { font-family: 'FontAwesome'!important; content: " \f107 "; color: #ffffff; float: right; font-size: 1.6em}
.accordion input:checked+label:after {  font-family: 'FontAwesome'!important; content: " \f106 "; color: white; float: right;font-size: 1.6em } 


/* #Services
================================================== */

.services-box-1{
	position: relative;
	width: 100%;
	padding: 2.5rem;
	border-radius: 0.35rem;
	background:#ffffff;
}
i.ic1{
	font-size:11px!important;
}
.color1{
	background:#ff0000;
}
.services-box-1 img{
	width:100%;
	height:auto;
	padding:0px!important;
}
.services-box-1 .text-padding-with-img{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.services-box-1.dark p,
.services-box-1.background-dark p{
	color: #5A5A5A;
}
.services-box-1.border-on-light{
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.services-box-1.border-on-light.border-on-hover{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.services-box-1.dark{
	border: 1px solid rgba(0, 0, 0, 0.06);
}
.services-box-1 .big-text-in{
	font-size: 5rem;
	line-height: 5rem;
	font-weight: 400;
	opacity: 0.2;
}
.services-box-1 .careers-bdg{
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0 12px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	z-index: 2;
}
.no-padding-services{
	padding: 0;
}
.drop-shadow{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}
.drop-shadow-1{
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
}
.services-box-1 .btn-link{
	padding-left: 0;
}
.services-box-1 i{
	font-size: 40px;
}
.services-box-1 .icon-in-box {
	height: 90px;
	width: 90px;
	background-color: #fff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.services-box-1:hover .icon-in-box {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}
.services-box-1 .icon-in-box i{
	font-size: 35px;
	line-height: 90px;
	text-align: center;
}
/* Seiten Untermenü
 ==================================================*/
@media (max-width: 767px) {
.unterm{}

#sidemenu{	
}} 


#sidemenu li.rex-normal .rex-navi-depth-2 {
	display:none;
}

#sidemenu al.rex-navi-depth-2 {
	display:block!important;
}


#sidemenu { width:100%; margin:0px 0 20px 0;}

#sidemenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sidemenu ul li {
	display: inline;
	height:37px;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size: 0.9em;
	line-height: 1.6em;
	background:transparent;
}

#sidemenu ul li a {
	display: block;
	padding: 7px 0 7px 15px;
	color: #000000;
	text-decoration: none;
	background:#F6F6F6;
	background-position: 10px 15px;
	border-bottom: 1px #BCBCBC solid;
	border-right:1px #BCBCBC solid;
	border-left:1px #E8E8E8 solid;
}
#sidemenu ul li a:hover {
	color: #fff;
	background:#FB940B;
	background-position: 10px -25px;
	border-bottom: 1px #BCBCBC solid;
	border-right:1px #BCBCBC solid;
	border-left:1px #E8E8E8 solid;
}

#sidemenu ul li a.rex-current{
	color: #fff;
	background:#FB940B;
	background-position: 10px -25px;
	border-bottom: 1px #BCBCBC solid;
	border-right:1px #BCBCBC solid;
	border-left:1px #E8E8E8 solid;
}
#sidemenu ul li .rex-active {
	color: #fff;
	background:#FB940B;
	background-position: 10px -25px;
}

#sidemenu ul li a.rex-current:hover {
	 color: #000;
}
/* Ebene 2 */

#sidemenu ul ul {
/* background: url(none);*/
	margin: 0px;
	padding: 0px;
}

#sidemenu ul ul li {

}
#sidemenu ul ul li a {
	display: block;
	padding: 7px 0 7px 35px;
	color: #333333;
	text-decoration: none;
	/*font-size: 0.9em;*/
	line-height: 1.6em;
	/*background:#F6F6F6;*/
	background-position: 34px 15px;
	/*border-bottom: 1px #BCBCBC solid;
	border-right:1px #BCBCBC solid;
	border-left:1px #E8E8E8 solid;*/
}
#sidemenu ul ul li a:hover {
	display: block;
	padding: 7px 0 7px 35px;
	color: #ffffff;
	/*background:#468A28;*/
	text-decoration: none;
	line-height: 1.6em;
	background-position: 34px -25px;
	/*border-bottom: 1px #BCBCBC solid;
	border-right:1px #BCBCBC solid;
	border-left:1px #E8E8E8 solid;*/
}
#sidemenu ul ul li a.rex-current {
	color: #ffffff;
	/*background:#468A28;*/
	background-position: 34px -25px;
	/*border-bottom: 1px #BCBCBC solid;
	border-right:1px #BCBCBC solid;
	border-left:1px #E8E8E8 solid;*/
}
#sidemenu ul ul li .rex-active {
	color: #ffffff;
	/*background:#468A28;*/
	background-position: 34px -25px;
}

/* Ebene 3 */

#sidemenu ul ul {
	background: url(none);
	margin: 0px;
	padding: 0px;
}

#sidemenu ul ul ul li {

}

#sidemenu ul ul ul li a {
	display: block;
	padding: 7px 0 7px 55px;
	color: #333333;
	text-decoration: none;
	line-height: 1.6em;
	/*background:#F6F6F6;
	border-bottom: 1px #BCBCBC solid;
	border-right:1px #BCBCBC solid;
	border-left:1px #E8E8E8 solid;*/
}

#sidemenu ul ul ul li a:hover {
	display: block;
	padding: 7px 0 7px 55px;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.6em;
	/*background:#468A28;
	border-bottom: 1px #BCBCBC solid;
	border-right:1px #BCBCBC solid;
	border-left:1px #E8E8E8 solid;*/
}
#sidemenu ul ul ul li a.rex-current {
	color: #ffffff;
	/*background:#468A28;
	border-bottom: 1px #BCBCBC solid;
	border-right:1px #BCBCBC solid;
	border-left:1px #E8E8E8 solid;*/
}

ul.rex-breadcrumb{
  width:100%;
}

ul.rex-breadcrumb li + li{
  display:none!important;
}

#breadcrumb h2 a{
	color:#444;
	font-size:18px;
	font-weight:bold;
	padding:0 0 20px 0;
}
#breadcrumb h2 a:hover{
	color:#444;
}
/* Infobox
 ==================================================================== */
.infobox{
	min-height:145px;
	padding:15px 10px 10px 10px;
	margin:0px 0 30px 0;
	color:#ffffff;
	font-size:16px;
	line-height:1.3;
	text-align:center;
	border:1px #D4D4D4 solid;
	background:#FB940B;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
	/*box-shadow:0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);*/
} 
.infobox:hover{
	background:#000000;
}
.infobox i{
	font-size:40px;
	color:#ffffff;
}

.grau{
	padding:0px 0 30px 0;
	background:transparent;
}
.marg-40{
	margin-top:-40px!important;
}
@media (max-width: 767px){
.marg-40{
	margin-top:0px!important;
}}
/* Box Galerievorschau
 ==================================================================== */
.pad-1{
	display:inline-block;
	padding:10px;
	margin-bottom:30px;
	border:1px #8C8C8C solid;
	background:#F4F4F4;
	border-radius: 5px;
}
.v-inner{
	transform:translateY(50%);
	
}
.pad-1 .dat{
	font-style:italic;
	font-size:22px;
	margin-bottom:20px;
}
.pad-1 h3{
	text-transform:uppercase;
	font-size:30px;
	margin-bottom:20px;
}
.pad-1 .button {
  background-color: #FB940B; /* Orange */
  border: none;
  color: white;
  padding: 12px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
}
.button:hover {
  background-color: #121212; /* Black */
  color: white;
}
/* Team Box
 ==================================================================== */

.team-box-1{
	float:left!important;
	position: relative;
	width: 100%;
	display: block;
	padding-bottom: 1.5rem;
	border-radius: 0.35rem;
	min-height:360px;
	margin-bottom:80px;
}
.team-box-1.all-padding{
	padding: 2.5rem;
}
.team-box-1.all-padding img{
	border-radius: 50%
}
.team-box-1 img{
	width: 100%;
	display: block;
	border-top-left-radius: 0.35rem;
	border-top-right-radius: 0.35rem;
}
.team-box-1.drop-shadow{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.team-box-1 p{
	letter-spacing: 1px;
	font-family: 'Crimson Text', serif;
	font-size: 16px;
	text-align:left;
	line-height: 24px;
	font-style: italic;
	font-weight: 500;
}
.team-box-1 h6{
	font-size:26px;
	font-weight:bold;
}
.team-box-1.image-over-box{
	padding-top: 0;
}
.team-box-1.image-over-box img{
	width: 6rem;
	height: 6rem;
	margin: 0 auto;
	-webkit-transform: translateY(-3rem);
	-moz-transform: translateY(-3rem);
	-ms-transform: translateY(-3rem);
	-o-transform: translateY(-3rem);
	transform: translateY(-3rem);
}
.team-box-1.dark h6{
	color: #fff;
}
.team-box-1.dark{
	color: #dfdfdf;
}
.team-box-1.dark .team-social li a{
	color:#dfdfdf;
}


.team-box-1 .team-social{
	position:relative;
	z-index:20;
	display:block;
	padding-left: 0;
	margin-bottom: 0;
}
.team-box-1 .team-social li{
	display:inline-block;
	position:relative;
	margin-left:1px;
	margin-right:1px;
}
.team-box-1 .team-social li a{
	position:relative;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 0.8rem;
	line-height: 1rem;
	letter-spacing:1px;
	text-decoration: none;
	color:#555;
	padding-left:7px;
	padding-right:7px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.team-box-1 .team-social li.twitter a:hover{
	color:#00b6f1;
}
.team-box-1 .team-social li.facebook a:hover{
	color:#3b5998;
}
.team-box-1 .team-social li.google a:hover{
	color:#df4a32;
}
.team-box-1 .team-social li.vimeo a:hover{
	color:#1ab7ea;
}
.team-box-1 .team-social li.envato a:hover{
	color:#81B441;
}
.team-box-1 .team-social li a:before{
	content:'';
	position:absolute;
	height:4px;
	margin-top:-2px;
	border-radius:50%;
	width:4px;
	left:0;
	top:50%;
	z-index:10;
	opacity: 1;
}
.team-box-1 .team-social li.twitter a:before{
	background-color:#00b6f1;
}
.team-box-1 .team-social li.facebook a:before{
	background-color:#3b5998;
}
.team-box-1 .team-social li.google a:before{
	background-color:#df4a32;
}
.team-box-1 .team-social li.vimeo a:before{
	background-color:#1ab7ea;
}
.team-box-1 .team-social li.envato a:before{
	background-color:#81B441;
}
.img-raised {
    box-shadow: 0 0 10px rgba(90, 90, 90, 0.9);
}
