﻿@charset "utf-8";

.acp-nav p, .an-pre p {
	margin: 20px 0;
    padding: 5px 0;
    color: #ffffff;
}

.parallax{height:250px;border:5px solid red;}

h1 {
	text-transform: uppercase;
	font-size: 72px;
	font-weight: bolder;
	margin: 0;
}
h5 {
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0;
	color: #c95a42;
}
h6 {
	font-size: 24px;
	font-weight: bolder;
	margin: 25px 0;
	color: #ffffff;
}
h3 {
	font-size: 18px;
	font-weight: 400;
	margin: 5px 0;
	line-height: 1.5;
}
h4 {
	font-size: 20px;
	font-weight: bolder;
	margin: 5px 0;
	color: #c95a42;
}
h7 {
	font-size: 12px;
	font-weight: bold;
}
h8 {
	font-size: 18px;
	margin: 15px 0;
	color: #c95a42;
}

/**main**/
a {
	text-decoration: none;
	color: #000852;
}
/*a:hover {
	color: #ffffff;
}*/
input {
    /*-webkit-appearance: none;*/
	border-radius: 0;
}

.block {position: inherit!important; height: 15px; width: 15px;}

.intext {
	color: #c95a42;
}
.intext:hover {
	color: #773426;
}
.content {
	width: 1200px;
	margin: 0 auto;	
}
.content2 {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 25px;
}
.content-navi {
	width: 300px;
	margin: 0 auto;
	padding-bottom: 25px;
	
}
.content-popup {
	width: 1200px;
	margin: 0 auto 175px;
}
.mob {
	display: none;
}
.float-box {
	float: left;
    width: calc(100%/2 - 30px);
    padding: 15px;
    text-align: center;
}
/**header**/

.header {
	width: 100%;
	height: 70px;
	padding: 20px 0;
	background-color:#fff;
	display: inline-block;
	z-index: 997;
	position: fixed;
	top: 0px;
}
.slideshow-1 {
	width: 100%;
	height: 900px;
	background-image:url(../img/avb/fotolia-test.jpg);
	background-size: cover;
	background-repeat:no-repeat;
    background-position:50% 0;
	background-attachment:fixed;
}
.slideshow-2 {
	width: 100%;
	height: 900px;
	background-image:url(../img/avb/fotolia-test.jpg);
	background-size: cover;
	background-repeat:no-repeat;
    background-position:50% 0;
	background-attachment:fixed;
}
.slideshow-3 {
	width: 100%;
	height: 900px;
	background-image:url(../img/avb/fotolia-test.jpg);
	background-size: cover;
	background-repeat:no-repeat;
    background-position:50% 0;
	background-attachment:fixed;
}
.logo {
	width: 300px;
	height: 130px;
	margin: 15px 0 75px 0;
	float: left;
	padding: 20px 15px 0;
	background-color: #000852;
}
.navi {
	width: 100px;
	height: 25px;
	float: right;
	text-align: right;
	cursor: pointer;
	color: #000852;
}
.navi:hover {
	color: #c95a42;
}
.welcome {
	width: 1200px;
	height: auto;
	margin: 75px 0;
	display: inline-block;
	color: #c95a42;
}
.welcome-txt {
	width: 1200px;
	padding: 50px 0;
	margin: 0;
	float: left;
	display: inline-block;
}
.welcome-logo {
	width: 285px;
	height: 130px;
	margin: 30px 15px;
	float: left;
	padding: 30px 15px 0;
	background-color: #000852;
}
/**navi**/

.nav-bg {
	width: 100%;
	height: auto;
}
.nav-first {
	width: 348px;
	height: 250px;
	background-color: #000000;
	cursor: pointer;
	float: left;
	position: inherit;
	display: inline-block;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
}
.nav-first:hover {
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
}
.nav-first-action {
	width: 350px;
	height: 350px;
	background-color: #FFF;
	cursor: pointer;
}
.nav-second {
	height: 63px;
	margin: 0 0 50px 0;
}
.nav-second:hover {
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
}
.btn-theme3 {
	width: 1198px;
	padding: 38px 0;
	margin: 25px 0;
	background-color: #c95a42;
	color: #FFF;
	text-align: center;
	font-size: 26px;
	cursor: pointer;
	float: left;
	display: inline-block;
	text-shadow: 0 0 5px #000000;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
}
.btn-theme3:hover {
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
}
.btn-theme3:hover {
	background-color: #773426;
}
.nav-btn1 {
	background-image:url(../img/avb/fotolia_116654227.jpg);
	background-size: cover;
	-webkit-filter:grayscale(1);
	filter: grayscale(1);
}
.nav-btn2 {
	background-image:url(../img/avb/fotolia_113394038.jpg);
	background-size: cover;
	-webkit-filter:grayscale(1);
	filter: grayscale(1);
}
.nav-btn3 {
	background-image:url(../img/avb/fotolia_125381331.jpg);
	background-size: cover;
	-webkit-filter:grayscale(1);
	filter: grayscale(1);
}

.nav-btn1:hover {
	-webkit-filter:grayscale(0);
	filter: grayscale(0);
}
.nav-btn2:hover {
	-webkit-filter:grayscale(0);
	filter: grayscale(0);
}
.nav-btn3:hover {
	-webkit-filter:grayscale(0);
	filter: grayscale(0);
}
.nav-btn4 {
	background-image: url(../img/4.jpg);
	background-size: cover;
}
.nav-btn5 {
	background-image: url(../img/5.jpg);
	background-size: cover;
}
.nav-btn6 {
	background-image: url(../img/6.png);
	background-size: cover;
}
.nav-btn7 {
	background-image: url(../img/btn7.png);
}
.btn-theme {
	width: 100%;
	height: 24px;
	margin-top: 150px;
	padding: 38px 0;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: 24px;
}
.btn-theme-pad {
	width: calc(100% - 2*15px);
	margin: 75px 15px;
	padding: 15px 0;
	background: rgba(10, 10, 10, 0.5);
	color: #ffffff;
	text-align: center;
	font-size: 26px;
	text-shadow: 0 0 15px #000000;
}
.btn-theme:hover {
	background-color: #000852;
}
.btn-theme-pad:hover {
	background-color: #773426;
	color:#ffffff;
}
.btn-theme2 {
	width: 100%;
	padding: 15px 0;
	background: rgb(12,30,52);
	color: #ffffff;
	text-align: center;
	font-size: 26px;
}
.btn-theme2:hover {
	background-color: #773426;
}
.t2 {
	margin-left: 75px;
	margin-right: 75px;
}

/**about**/

.content-l {
	width: 48%;
	float: left;
	text-align: left;
}
.rb {
	text-align: right;
}
.content-r {
	width: 47%;
	padding-left: 15px;
	float: left;
}
.about-pic {
	float: right;
	right: 0;
	margin-bottom: -50px;
}
.content501 {
	width:550px;
	float:left;
	margin:0 25px;
	padding: 0 0 100px;
}
.content501-index {
	width:45%;
	float:left;
}
.content50n {
	width:450px;
	background: rgb(12,30,52);
	float:left;
	margin:0 25px;
	padding:50px;
}
.content-about {
	width: 1200px;
	margin-right: 600px;
	left: 50%;
	padding-bottom: 25px;
}
/**scroll**/
.scrollbar{
	width: 100%;
	height: 40px;
	padding: 17px 0;
	margin: 100px 0 -100px;
	background-color: #c95a42;
	cursor: pointer;
	text-align: center;
	display: block;
}
.scrollbar:hover{
	background-color: #773426;
}
/**partner**/

.partner-container {
	width: calc(100% - 100px);
	height: auto;
	padding: 50px;
	display:inline-block;
	color: #000;
	background: rgba(255,255,255,1);
}

.col {
	width: calc(33.3% - 15px*2);
	height: 100px;
	text-align: center;
	padding: 15px;
	float: left;
}
/**map**/

.container-map {
	width: 100%;
	height: 400px;
	margin-top: 40px;
}
/** navi structure **/
#w {
	display: block;
	width: 750px;
	margin: 0 auto;
	padding-top: 30px;
}
#topbar {
	background: #FFF;
	padding: 10px 0 10px 0;
	height: 40px;
	overflow: hidden;
	-webkit-transition: height 0.5s linear;
	-moz-transition: height 0.5s linear;
	transition: height 0.5s linear;
}
#topbar a {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.25em;
	text-decoration: none;
	opacity: 0.5;
	font-weight: bold;
}
#topbar a:hover {
	opacity: 1;
}
#tophiddenbar {
	display: block;
	width: 100%;
	background: #FFF;
	color: #000852;
	font-weight: bold;
	padding: 8px 0;
}
#tophiddenbar a {
	color: #fff;
	font-size: 1.0em;
	text-decoration: none;
	opacity: 0.5;
	text-shadow: none;
}
#tophiddenbar a:hover {
	opacity: 1;
}
#topbar:hover {
	height: 400px;
}
.nav-col {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 100px 0 0;
	font-weight: bolder;
	color: #0797bf;
}
.nav-col2 {
	width: 100%;
	height: auto;
	padding: 20px 0;
	font-size: 16px;
	cursor: pointer;
}
.nav-col2:hover {
	color: #c95a42;
}
.nav-col3 {
	width: 100%;
	height: auto;
	padding: 25px 0;
	font-weight: bolder;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

/**overlay**/
.bg-fix {
	/*width:100%;
	height:1000px;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 200px 0 0 0;
	background: rgba(12,30,52,.95);
	position: fixed;
	z-index: 1000;
	display: none;
	overflow: auto;
}
.bg-fix2 {
	width:100%;
	height: 100%;
	color: #ffffff;
	top: 0;
	right: 0;
	bottom: 0;
	/*padding: 25px;*/
	line-height: 1.25;
	background: rgba(12,30,52,.95);
	position: fixed;
	z-index: 1000;
	display: none;
    overflow: scroll;
}
form#report-form{
    padding: 20px;
}
.bg-fix3 {
	width:500px;
	color: #ffffff;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 25px;
	line-height: 1.5;
	background: rgba(12,30,52,.95);
	position: fixed;
	z-index: 1000;
	display: none;
}
.menu {
	position: fixed;
	margin:0 0 0 -500px;
	height: 100%;
    width: 400px;
    background-color: #fff;
    bottom: 0;
    left: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.menu.from-right {
	margin:0 -500px 0 0;
	left:auto;
	right:0;
}
.close-menu {
	width:40px; 
	height:40px; 
	color:#FFFFFF; 
	cursor:pointer; 
	display: inline-block;
	margin: 25px 25px 0 0;
	float: right;
}
.close-pop {
	width:40px; 
	height:40px;
	right: 25px;
	top: 25px;
	cursor:pointer; 
	display: inline-block;
	position: fixed;
}
#menu-overlay {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:.6;
	display:none;
	z-index: 10000;
}
.close-menu + * {
	clear: right;
}
.close-popup {
	color:#FFFFFF; 
	cursor:pointer; 
	right:50%;
	margin-right: -630px;
	top:25px; 
	position:fixed; 
	width:40px; 
	height:40px; 
	z-index:1000;
}
.cp1 {
 	right:35px;
	margin-right:0;
	top:25px; 
}
.cp2 {
 	right:35px;
	margin-right:0;
	top:25px; 
}
.cp3 {
 	left:340px;
	margin-right:0;
	top:25px; 
}
.overlay-title {
	width: 100%;
	height: 90px;
	color: #FFFFFF;
	font-size: 36px;
	display: inline-block;
	float: left;
}
.overlay-section {
	width: 435px;
	height: 110px;
	margin:20px 0;
	float: left;
	display: inline-block;
}
.nav-overlay {
	width: 75px;
	height: 75px;
	margin-right: 25px;
	border-radius: 95px;
	background-color: #000000;
	cursor: pointer;
	float: left;
	position: inherit;
	border: 3px solid #FFFFFF;
	display: inline-block;
}
.nav-overlay:hover {
	border: 3px solid #C95A42;
}
.nav-overlay-title {
	width: 100%;
	margin: 35px;
	color: #FFFFFF;
	font-size: 24px;
}
.nav-overlay-title:hover {
	color: #C95A42;
}
.nav-overlay-title2 {
	width: 100%;
	margin-top: 220px;
	text-align: center;
	color: #000852;
	font-size: 24px;
}

/**seminare**/

.welcome-sem {
	width: 1200px;
	height: auto;
	margin: 75px 0 125px 0;
	display: inline-block;
	background-color: #FFF;
	color: #000852;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
}
.sem-btn {
	width: 200px;
	margin: 25px 0 0;
	padding:10px;
	right: 0;
	text-align:center;
	color:#FFFFFF;
	background-color:#0797bf;
	cursor:pointer;
	border:0;
    font-size:inherit;
    display:block;
    height:auto;
    box-sizing:content-box;
}
.sem-btn:hover {
	background-color:#000852;
}
.container-sem {
	width: 1200px;
	padding: 15px 0;
	margin: 15px 0;
	display: inline-block;
	background-color: #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
}
.container-sem-pic {
	width: 300px;
	height: 250px;
	float: left;
}
.sem-pic {
	width: 80%;
}
.container-sem-text {
	width: 670px;
	padding:0 0 15px 0;
	float: left;
}
.container-sem-btn {
	width: 200px;
	height: 250px;
	float: left;
}

/* contact */
.contact-section {
	width:580px;
	padding:0 10px;
	float:left;
}
.textform {
	width:100%;
	padding:10px 0;
}
input[type="radio"] {
	height: 15px;
    width: 15px;
    margin: 0 10px 0 0;
    padding: 0px;
    font-size: 25px;
}
input[type="date"] {
	padding: 15px;
	font-family: 'Roboto', sans-serif;
	margin: 5px 0;
	border: 1px solid #767676;
}
/**input {
	height: 25px;
    margin: 5px 0;
    padding: 5px;
    font-size: 20px;
}**/
h9 {
	font-size:20px;
	margin:5px 0;
}
label {
	min-height:25px;
	width:100%;
	margin:5px 25px 5px 0;
}

/* literatur-content */
.content50 {
	width:50%;
	float:left;
	margin:25px 0;
}
.content50.video {
	width: calc(50% - 25px);
	padding-left: 25px;
	margin:25px 0;
}
.content-book-l {
	width: 30%;
	float: left;
	text-align: left;
	padding-right:15px;
}
.content-book-r {
	width: 20%;
	float: left;
	text-align: left;
	padding-left:15px;
}
.content-text {
	width: 65%;
	float: left;
}
.stars {
	width:100%;
	height:25px;
	float:left;
	margin-bottom:5px;
}

/**Fragebogen**/
.fixbox {
	background: rgba(255,255,255,.75);
	padding: 10px;
	margin-bottom: -20px;
	position: fixed;
	bottom: 0;
	right: 0;
	border: 1px solid #7C7C7C;
	
}
.cycle-in {
	
}
.cycle-out {
	margin: 0 auto;
	text-align: center;
	margin: 0 0 25px;
}
.triangle {
	width: 0;
    height: 0;
    padding-top: 10px;
    margin-top: -50px;
    border-style: solid;
    border-width: 50px 75px 0 0;
    border-color: #101010 transparent transparent transparent;
    top: 0;
    left: 0;
}
.number {
	color: #c95a42;
	margin:-57px 10px 20px;
	font-size:16px;
}
.about-container-quiz {
	width: 100%;
	height: auto;
	background-color: #F1F1F1;
	padding: 50px 0;
	border-bottom: 1px solid #d4d1d1;
	display: inline-block;
}
.about-container-quiz:nth-child(2n) {
	background-color: #FFFFFF;
}
.quiz-btn {
	width: 200px;
	margin: 25px 0 0;
	padding:10px;
	text-align:center;
	color:#FFFFFF;
	background-color:#c95a42;
	cursor:pointer;
	border:0;
    font-size:inherit;
    display:block;
    height:auto;
    box-sizing:content-box;
}
.quiz-btn:hover {
	background-color:#773426;
}

.btn-content-quiz-info, .btn-quiz-info {
	background-color:#226b10;
}
.btn-content-quiz-info:hover, .btn-quiz-info:hover {
	background-color: #225a10;
}
.quiz-re {
	width: 200px;
	margin: 25px;
	padding:10px;
	text-align:center;
	color:#FFFFFF;
	background-color:#c95a42;
	cursor:pointer;
	border:0;
    font-size:inherit;
    display:block;
    height:auto;
    box-sizing:content-box;
}
.quiz-re:hover {
	background-color:#773426;
}
.quiz-btn:disabled {
	background-color:#666;
	cursor:default;
}
.question-image {
	max-width:100%;
	max-height:200px;
	margin: 15px 0 5px;
}
.content-quiz {
	width: 90%; /*1056px; /* or a little lesser? */
	float: left;
    margin-top: 20px;
}
.content-quiz-check {
	width: 10%;
	height:50px;
	float: right;
	background:url('../img/icon/true.png') no-repeat;
	background-size: contain;
	display:none;
}
.content-quiz-check.false {
	background-image:url(../img/icon/false.png);
}
.content-quiz-info {
	width: calc(100% - 52px);
    padding: 25px;
    margin: 25px 0;
    border: 1px solid #d4d1d1;
    background: rgb(255,255,255);
    line-height: 25px;
    float: left;
}
.content-quiz input[type="checkbox"] {
	width:16px;
	height:16px;
	margin:10px 0;
	background-color:#fff;
	vertical-align:middle
}
.answer {
	font-size:20px;
	display:inline-block;
	width:95%;
	margin:5px;
	vertical-align:middle;
}
.answer.doneWrong {
	color:#fe1d01 !important;
}
.answer.doneRight {
	color: #009e1a !important;
}

/**adminpanel**/
.acp-head {
	width: 100%;
	height: 30px;
	padding: 15px 0;
	background-color: #ffffff;
}
.acp-head + .acp-head .content {
	background-color:#c95a42;
}
.acp-logo {
	width: 200px;
	margin-left: 20px;
}
.acp-btn {
	width: 180px;
	padding:13px;
	float: left;
	color:#FFFFFF;
	background-color:#c95a42;
	cursor:pointer;
	font-weight: 600;
	text-align: center;
	border-right: 1px solid #87220c;
}
.acp-btn:hover {
	background-color:#87220c;
	color: #fff;
}
.acp-btn:link {
	text-decoration: none;
}
.acp-btn2 {
	width: 200px;
	padding:10px;
	margin:5px 0 0 15px;
	float: left;
	color:#FFFFFF;
	background-color:#FF0004;
	cursor:pointer;
}
.acp-btn2:hover {
	background-color:#510001;
}
.acp-save {
	background-color: #0797bf;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 100px;
    border: 0 solid;
    text-align: center;
    border-radius: 30px;
	cursor: pointer;
}
.acp-save:hover {
	background-color: #000852; 
}
.acp-cancel {
	background-color: #0797bf;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
    border: 0 solid;
    text-align: center;
    border-radius: 30px;
	cursor: pointer;
}
.acp-cancel:hover {
	background-color: #000852; 
}

.acp-save > img, .acp-cancel > img {
	padding-top:10px;
}

.acp-nav {
	width: 25%;
	height: 700px;
	padding: 25px 0;
	border-right: 1px solid #1B1B1B;
	margin:15px 0;
	float: left;
	overflow: auto;
}
.acp-content {
	width: 70%;
	height: 700px;
	padding: 25px;
	margin:15px 0;
	float: left;
	overflow: auto;
	background: rgba(255,255,255,.9);
}
.acp-report {
	width: calc(100% - 50px);
	height: 700px;
	padding: 25px;
	margin:15px 0;
	float: left;
	overflow: auto;
	background: rgba(255,255,255,.9);
}
.acp-frage {
	width: 98%;
}
.acp-antwort {
	width:70%;
}
.acp-points {
	width:15%;
}
.acp-delete {
	float:right;
	width:3%;
	cursor: pointer;
}
.acp-frage-content {
	margin:0 15px 100px;
}
.acp-frage-content textarea {
	resize:vertical;
	min-height: 50px;
	width:99%;
}

/**IHK**/
.links {
	width: calc(70% - 100px);
	margin-right: 100px;
	float: left;
}
.rechts {
	width: calc(30% - 50px);
    margin: 0 0 0 50px;
    float: left;
    text-align: center;
}
.pop-content {
	overflow: auto;
}
.pop-map {
	width: 450px;
	height: 700px;
	float: left;
}
.ihk-container {
	width: calc(100% - 40px);
    margin-bottom: 25px;
    color: #0c1e34;
    padding: 20px;
    float: left;
    border-bottom: 1px solid #ddd;
}
.ihk-logo{
	width: 350px;
    float: right;
	text-align: right;
}
.ihk-name {
	width: 350px;
	margin: 0 20px 25px 0;
	float: left;
	font-size: 20px;
	color: #c95a42;
}
.ihk-infos {
	margin: 25px 0;
	width: 350px;
}
.ihk-testdate {
	width: 350px;
	margin: 25px 0;
	color: #c95a42;
}
.ihk-link {
	width: 240px;
	padding: 15px;
	background-color: #c95a42; 
	color: #FFFFFF;
	text-align: center;
	margin: 25px 0;
	cursor: pointer;
}
.ihk-link:hover{
	background-color: #773426;
}
/**about us**/
.video {
	width: 800px;
	height: 600px;
	margin: 0 auto;
}
/**Seminare**/
.sem-info {
	width: 1200px;
	height: 680px;
	margin: 91px 0 0;
	display: inline-block;
	color: #000852;
	background: rgba(255,255,255,.90);
}
.sem-info-btn {
	width: 200px;
	height: 75px;
	background-size:contain;
	background:url(../img/seminare/btn/info.png) no-repeat center center;
	cursor: pointer;
}
.sem-info-btn:hover{
	background: url(../img/seminare/btn/info-hov.png) no-repeat center center;
}
.sem1-btn {
	padding:10px;
	width: 200px;
	margin: 15px 0;
	text-align:center;
	color:#FFFFFF;
	background-color:#0797bf;
	cursor:pointer;
}
.sem1-btn:hover {
	background-color:#773426;
}
.sem2-btn {
	padding:10px;
	width: 200px;
	margin: 0 0 70px;
	text-align:center;
	color:#FFFFFF;
	background-color:#0797bf;
	cursor:pointer;
}
.sem2-btn:hover {
	background-color:#773426;
}
.sem-l{
	width: 920px; 
	float: left; 
	padding: 15px;
}
.sem-l-info {
	height: 465px;
}
.sem-l-map {
	height: 185px;
}
.sem-r {
	width: 220px; 
	float: left; 
	padding: 15px;
}
.sem-r-dozent {
	height: 445px;
}
.sem-r-dozent1 {
	width: 220px; 
	text-align: right;
}
.sem-r-links {
	height: 205px;
}
/**gkv**/
.bg-gkv {
	width: 100%;
	height: 465px;
}
/**tm**/
.bg-tm {
	width: 100%;
	height: 435px;
	background-image: url(../img/bg2.png);
	background-repeat:no-repeat;
    background-position:50% 0;
	background-attachment:fixed;
}
/**btn-back**/
.btn-back {
	width: 200px;
	padding: 20px 10px;
	bottom: 0;
	right:50%;
	margin-right: -160px;
	position: fixed;
	background-color: #101010;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}
.btn-back:hover {
	background-color: #773426;
}
/**btn-quiz**/
.btn-quiz-index{
	width: 300px;
	height: 60px;
	margin: 15px 0;
	background-image: url(../img/btn-o-2.png);
	background-position: center;
}
.btn-quiz-content{
	width: 100%;
	height: 32px;
	padding: 14px 0;
	text-align: center;
	font-size: 32px;
	color: #FFFFFF;
	text-shadow: 0 0 5px #000000;
	cursor: pointer;
}
.btn-quiz-content:hover{
	background: rgba(16,16,16,.8);
}
.fragebogen-auswahl{
	width:400px;
	height: 100px;
	top:50%;
	margin-top: -50px;
	right: 0;
	margin-right: -350px;
	cursor: pointer;
	position: fixed;
	transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fragebogen-auswahl:hover{
	margin-right: 0;
	background-color: #c95a42;
}
.showing-side{
	width: 50px;
	height: 100px;
	float: left;
}
.showing-cycle{
	width: 15px;
	height: 15px;
	margin: 5px 15px;
	border-radius: 10px;
	background-color: #c95a42;
	cursor: pointer;
	float: left;
}
.hidden-side{
	width: 340px;
	height: 100px;
	float: left;
	color: #ffffff;
	font-size: 24px;
	padding: 35px 5px;
}

/**index-neu**/
.head-navi {
	width: 100%;
	padding: 50px 0;
	
}
.nav-sec {
	width: calc(33.3% - 35px);
	margin: 15px;
	padding: 25px 15px;
	background-color: #0C1E34;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
}
.nav-sec:hover{
	background-color: #773426;
}
.nav-sec-quiz {
	width: calc(100% - 40px);
	margin: 15px;
	padding: 25px;
	background-color: rgba(0,125,15,0.6);
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	text-shadow: 0 0 15px #0C1E34;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
}
.nav-sec-quiz:hover{
	background-color: #773426;
}
.scrollbar-index{
	width: 100%;
	height: 20px;
	padding: 15px 0;
	margin: 120px 0;
	cursor: pointer;
	text-align: center;
	display: block;
	z-index: 999;
}
.nav-sec-foot {
	width: calc(15% - 30px*2);
	margin: 15px;
	padding: 10px 15px;
	border-radius: 5px;
	float: left;
	background-color: #c95a42;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	cursor: pointer;
}
.nav-sec-foot:hover{
	background-color: #773426;
}
.empty{
	width:20%;
	float: left;
	color: rgba(12,30,52,1.00);
}
.socialbar{
	width: calc(35% - 30px);
	height: 32px;
	margin: 15px;
	float: left;
}
.social {
	width: 25%;
	text-align: center;
	float: left;
}
.weiss{
	background-color: #ffffff;
}

/**Produkt**/
.nav-sec-pro {
	width: calc(100% - 15px*2);
	margin: 15px 0;
	padding: 25px 15px;
	float: left;
	background: rgba(12,30,52,1);
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	text-shadow: 0 0 15px #0C1E34;
	cursor: pointer;
}
.nav-sec-pro:hover{
	background-color: #773426;
}
.produkt-content {
	width: calc(33.3% - 16px*2);
	float: left;
	margin: 15px;
	border: 1px solid #0c1e34;
}
.pc-img {
	width: calc(30% - 10px*2);
	margin: 10px;
	float: left;
}
.pc-title {
	width: calc(70% - 10px*2);
	margin: 40px 10px;
	font-size: 18px;
	font-weight: bolder;
	color: #c95a42;
	float: left;
}
.clearfix:before,.clearfix:after {
	content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.img-size {
	width: 150%;
	height: auto;
	margin: -150px 0 0 -300px;
	transform: rotate(-15deg);
}
.img-size3 {
	width: 100%;
	height: auto;
}
.sec50l {
	width: calc(50% - 25px);
	margin: 15px 25px 15px 0;
	float: left;
}
.sec50r {
	width: calc(50% - 25px);
	margin: 15px 0 15px 25px;
	float: left;
}
.sec70l {
	width: calc(70% - 25px);
	margin: 15px 25px 15px 0;
	float: left;
}
.sec30r {
	width: calc(30% - 25px);
	margin: 15px 0 15px 25px;
	float: left;
}
.sec70r {
	width: calc(70% - 25px);
	margin: 15px 0 15px 25px;
	float: left;
}
.sec30l {
	width: calc(30% - 25px);
	margin: 15px 25px 15px 0;
	float: left;
}
.sec40l {
	width: calc(40% - 25px);
	margin: 15px 25px 15px 0;
	float: left;
}
.sec60r {
	width: calc(60% - 25px);
	margin: 15px 0 15px 25px;
	float: left;
}
.head-btn {
	padding:15px;
	margin: 15px  0;
	text-align:center;
	color:#FFFFFF;
	background-color:#c95a42;
	cursor:pointer;
	float: right;
}
.head-btn:hover {
	background-color: #773426;
}
.circle-product {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 75px;
	border: 3px solid #000852;
	font-size: 22px;
	font-weight: bolder;
	color: #0C1E34;
	text-align: center;
	box-sizing: border-box;
}
.quiz-label {
	height: 25px;
    width: 300px;
    padding: 10px;
    margin: 5px 0;
    font-size: 20px;
    border: 1px solid #d4d1d1;
    color: #c95a42;
    background-color: #e4e4e4;
}
.report-dropdown {
	width: 100%;
    padding: 10px;
    margin: 10px 0;
	font-family: 'Carme', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #c95a42;
}
.report-text {
	width: calc(100% - 22px);
    height: 150px;
    padding: 10px;
    font-family: 'Carme', sans-serif;
    font-size: 16px;
}
.feedback-ok {
	color: #c95a42;
    font-weight: bold;
    margin: -10px 0 30px;
}
.report-btn1 {
    width: 120px;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    background-color: #c95a42;
    cursor: pointer;
    border: 0;
    font-size: inherit;
    display: block;
    height: auto;
    box-sizing: content-box;
}
.report-btn1:hover {
    background-color: #773426;
}
th{
	text-align: left;
}
.status {
	width: 100px;
	text-align: left;
	margin-right: 15px;
	color: #c95a42;
    font-weight: bold;
	padding: 10px 15px 10px 10px;
	border: 1px solid #fff;
}
.typ {
	width: 200px;
	text-align: left;
	padding: 10px 15px 10px 10px;
	border: 1px solid #fff;
}
.comment {
	width: 400px;
	text-align: left;
	padding: 10px 100px 10px 10px;
	border: 1px solid #fff;
}
.sem-sub {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 75px;
	border: 3px solid #c95a42;
	font-size: 22px;
	font-weight: bolder;
	color: #0C1E34;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.pic1 {
	background: url(../img/sem/seminar.png) no-repeat;
	background-position:center;
	background-size:cover;
}
.pic1:hover {
	background-size:200%;
}
.pic2 {
	background: url(../img/sem/kostenrechnung.png) no-repeat;
	background-position:center;
	background-size:cover;
}
.pic2:hover {
	background-size:200%;
}
.pic3 {
	background: url(../img/sem/intensiv.png) no-repeat;
	background-position:center;
	background-size:cover;
}
.pic3:hover {
	background-size:200%;
}
.pic4 {
	background: url(../img/sem/inhouse.png) no-repeat;
	background-position:center;
	background-size:cover;
}
.pic4:hover {
	background-size:200%;
}
.feed-container {
	width: 100%;
	height: auto;
	padding: 100px 0;
	color: #fff;
}
.feed-container-w {
	width: 100%;
	height: auto;
	padding: 100px 0;
	background-color: #fff;
}
.person-info {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.person-info-w {
	font-size: 12px;
	color: #c95a42;
	font-weight: bold;
}
.berlin {
	background: url(../img/aktuelles/bg-fix/berlin.png);
	background-size: cover;
	background-attachment: fixed;
}
.stuttgart {
	background:url(../img/aktuelles/bg-fix/stuttgart.png);
	background-size: cover;
	background-attachment: fixed;
}
.goettingen {
	background:url(../img/aktuelles/bg-fix/göttingen.png);
	background-size: cover;
	background-attachment: fixed;
}
.duesseldorf {
	background:url(../img/aktuelles/bg-fix/düsseldorf.png);
	background-size: cover;
	background-attachment: fixed;
}
.leipzig {
	background:url(../img/aktuelles/bg-fix/leipzig.png);
	background-size: cover;
	background-attachment: fixed;
}
.muenchen {
	background:url(../img/aktuelles/bg-fix/münchen.png);
	background-size: cover;
	background-attachment: fixed;
}

.contact-bg {
	background-color: #4267b2;
}.contact-bg:hover {
	background-color: #365899;
}

.footer_link {
	color: #c95a42;
}.footer_link:hover {
	color: #773426;
 }

.facebook-bg {
	background-color: #4267b2;
}
.facebook-bg:hover {
	background-color: #365899;
}
.youtube-bg {
	background-color: #A41313;
}
.youtube-bg:hover {
	background-color: #940303;
}
.googleplus-bg {
	background-color: #cc181e;
}
.googleplus-bg:hover {
	background-color: #8e161a;
}
.white {
	color:#fff;
}

/**seminare**/

.seminar-btn {
	width: 200px;
	padding:15px;
	margin: 15px  15px 15px 0;
	text-align:center;
	color:#FFFFFF;
	background-color:#c95a42;
	cursor:pointer;
	float: left;
}
.seminar-btn:hover {
	background-color: #773426;
}

.seminar-btn-order {
	background-color: #226b10;
}
.seminar-btn-order:hover {
	background-color: #094b01;
}

.tab {
	width:40px;
}
.quarter {
	width: calc(25% - 22px);
	padding: 5px;
	float: left;
	margin: 5px 5px 30px;
	border: 1px solid #fff;
	font-size: 14px;
}
.quarter.w {
	border: 1px solid #0c1e34;
}
.raum {
	width: 300px;
	margin-top: 50px;
}
.seminar-btn1 {
	width: 200px;
	padding:15px;
	text-align:center;
	color:#FFFFFF;
	background-color:#c95a42;
	cursor:pointer;
	float: right;
	position: fixed;
	bottom: 0;
}
.seminar-btn1:hover {
	background-color: #773426;
}
.seminar-btn1.bundesweit {
	right: 25px;
}
.seminar-btn1.lokal {
	right: 265px;
}
.order-sec1 {
	width: 30%;
	float: left;
	padding-top: 10px;
	max-height: 32px;
}
.order-sec2 {
	width: 70%;
	float: left;
	text-align: right;
}
.order-sec3 {
	width: 100%;
    padding: 4px 0;
    margin: 0 0 16px 0;
    float: left;
    font-size: 24px;
    color: #c95a42;
}
.order-sec1.alternative {
	color: #fff;
}
.order-50 {
	width: 50%;
    padding: 10px;
    float: left;
	min-height: 600px;
}
.order-50.alternative {
	width: calc(50% - 60px);
	background-color: #c95a42;
	padding: 25px 15px 15px;
	margin: -25px 30px 0 0;
}
.order-btn {
	width: 200px;
	padding:15px;
	margin: 50px 0 0 15px;
	text-align:center;
	color:#FFFFFF;
	background-color:#c95a42;
	cursor:pointer;
	float: right;
	bottom: 0;
	border: 0;
	text-transform: uppercase;
}
.order-btn:hover {
	background-color: #b74c35;
}
.order-head-l{
	width: calc(50% - 34px);
	padding: 0;
	float: left;
	margin-right: 10px;
}
.order-head-r {
	width: calc(50% - 10px);
	padding: 0;
	float: left;
	margin: 0 0 50px 14px;
}
.article-title {
	width: 100%;
	padding: 5px 0;
	margin: 0 0 10px;
	color: #c95a42;
}
.article-box {
	width: calc(100% - 24px);
	padding: 10px;
	background-color: #fbfbfb;
	border: 2px solid #bfbfbf;
	border-radius: 3px;
	margin-bottom: 10px;
}
.payment-box {
	margin-top:30px;
	width:100%;
}
.article-text {
	width: 85%;
	float: left;
	line-height: 24px;
}
.article-price{
	width: 15%;
	float: left;
	line-height: 24px;
	text-align: right;
}
.shadow {
	-webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
}
.contact-map {
 	width: 45%;
    margin-left: 60px;
}
.thanks-btn {
    width: 200px;
    padding: 15px;
    margin: 30px auto 15px;
    text-align: center;
    color: #FFFFFF;
    background-color: #c95a42;
    cursor: pointer;
    /* float: right; */ 
    bottom: 0;
    border: 0;
    text-transform: uppercase;
}
.thanks-btn:hover {
    background-color: #773426;
}
iframe { overflow:hidden; }
.transparent {
	color:#fff;
}
.weiss {
	background-color: #fff;
}
.literatur-content {
	width: 100%; 
	background-color: #fff; 
	margin-top: 5px; 
	padding: 15px 0;
}
.literatur-video {
	height: 450px; 
	padding-bottom: 30px;
}

#header_login
{
	margin: auto 0 auto auto;
	font-size:22px;
}
#header_login > button {
	width: 180px;
	margin: 0 10px -1px 20px;
	padding: 15px 15px 15px 15px;
	background-color: #c95a42;
	border: 1px solid #b74c35;
	border-width: 1px 0 1px 1px;
	cursor: pointer;
	display: block;
	font-size: 16px;
	float: right;
	color: #ffffff;
}
.header .telephone {
	height: 35px;
	background-color: #c95a42;
	border-top: 1px solid #b74c35;
	color: white;
}
.header .telephone .right {
	float:  right;
}
.header .telephone .left {
	float:  left;
	display:flex;
}
.header .telephone #callnumber, .header .telephone #callnumber  a
{
	font-size:25px;
	color: #ffffff;
}
.header > div.content
{
	display:flex;
}

.nav-links {
	margin-top:7px;
	margin-left: 5px;
	display:flex
}

.nav-links .border {
	width: 25px;
	border: 2px solid rgba(230, 230, 230, 0.5);
	margin-top: -12px;
	padding-bottom: 40px;
}
.nav-links .border-left {
	border-right: 0;
	margin-right: -15px;
}
.nav-links .border-right {
	border-left: 0;
	margin-left: -15px;
}
.nav-links a {
	padding: 4px 4px;
	background-color: rgba(12,30,52, 0.5);
	text-align: center;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
	color: white;
	letter-spacing: 1px;
}


div.popup-all-partner
{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
div.popup-partner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px;
	margin: 20px;
	padding: 15px 30px;
	border: 1px solid #dedede;
}
div.popup-partner > div  {
	min-height:120px;
}
div.popup-partner label {
	font-size: 20px;
	font-weight: bolder;
	margin: 5px 0;
	color: #c95a42;
	text-align: center;
}
div.popup-partner > div > a > img {
	width:100%;
}
.content-p {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	padding: 25px;
	background-color: #fff;
	overflow: auto;
	color: #000;
}
@media (max-width: 1350px) {
	.content-p {
		width: 100%;
		box-sizing: border-box;
		justify-content: center;
	}
}
.content-p.pdf{
	padding: 25px;
}
.popup-no-download > .content-p
{
	max-width: 700px;
}

.ck-balloon-panel
{
	z-index: 9999999999 !important;
}

.partner-container a {
	color: #c95a42;
}

#user-error, #user-error2, #data-error
{
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;

	background-color: #f2dede;
	border-color: #ebcccc;
	color: #a94442;
}
.loader {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #c95a42;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	margin: 40px auto;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.faq_nav {
	height: 100%; /* 100% Full-height */
	z-index: 1; /* Stay on top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	width:90%;
}
.faq_nav a, .dropdown-btn {
	background-color: #0C1E34; /* Black*/

	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
	display: block;
	border: none;
	width:100%;
	text-align: left;
	cursor: pointer;
	outline: none;
	transition: 0.3s;
}
.div_faq {
	display:flex;
}
.sec_faq{
	float:inherit;
}
.sec_faq .dropdown-container {
	display: none;
	padding-left: 8px;
	background-color: #133053;
}
.faq_nav .dropdown-container a {
	background: #133053;
}

/* When you mouse over the navigation links, change their color */
.faq_nav a:hover, .faq_nav .dropdown-btn:hover {
	background-color: #773426;
}

.faq_nav .active {
	background-color: rgb(136, 58, 43) !important;
}

.sec_faq .question {
	font-size: 22px;
	margin-top: 5px;
	line-height: 1.5;
	display:block;
}

.sec_faq_r a {
	text-decoration: underline;
}

.sec_faq_r > h3 {
	font-size: 24px;
}

.support, .kostenrechnung, .fachbuch {
	width: calc(100% - 20px);
	background-color: #c95a42;
	padding: 20px 10px !important;
	position: relative;
	color: #fff;
	margin-top: 15px;
}

@media(max-width: 460px){
	.support, .kostenrechnung, .fachbuch {
	font-size: 12px;
}
}
.seminar_termine_lp > a {
	white-space: nowrap;
}

.ihk-title, .ihk-date, .ihk-adress, .ihk-partner, .ihk-notice {margin: 15px 0; font-size: 14px;}
.ihk-title {font-size: 20px; font-weight: bold; margin: 5px 0; line-height: 1.5; border-top: 1px solid #b9b9b9; padding-top: 10px;}
.ihk-btn {padding: 15px 25px; background-color: #004F8A; border: 0; color: #fff; font-family: 'Roboto', sans-serif; cursor: pointer; margin: 15px 0 0; transition: 1s; max-width: 350px; font-size: 16px;}
.ihk-btn:hover {background-color: #fff; color: #004F8A;}
.ihk-partner > p {margin: 0;}
.ihk-partner > p > a {
	color: #ffffff !important;
    font-style: italic;
    font-weight: 600;
}
.ihk-adress {font-size: 18px;}
.ihk-description {border-left: 2px solid #c95a42; font-size: 14px; padding-left: 10px;}

.ihk-cont {width: calc(100% - 50px); padding: 15px 25px; background: rgba(255,255,255,.9); color: #000; display: none;}
.ihk-cont.active {display: block;}
.ihk-cont > h3 {font-weight: 600;}

#cookie_notification a {color:#c95a42; text-decoration:none; margin-left: 5px;}

#cookie_notification a:hover {text-decoration:underline;}

#cookie_notification div {padding: 25px 15px;}

#cookie_notification {
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid #b74c35;
	background: #0c1e34;
	position:fixed;
	bottom:0px;
	z-index:10000000000;
	width:100%;
	font-size:14px;
	line-height:16px;
	color: #fff;
}

#cookie_notificationCloser {
	padding: 10px 15px;
	margin: 10px 0;
	background-color: #c95a42;
	cursor: pointer;
}

#cookie_notificationCloser:hover {background-color: #b74c35;}

.tooltip img {
	height: 19px;
	margin-right: 5px;
}

.header > div.breadcrumb {    background-color: #c95a42;border-bottom: 1px solid #b74c35;}
ul.breadcrumb {
	padding: 0;
	list-style: none;
	margin:0;
}
ul.breadcrumb li {
	display: inline;
	font-size: 16px;
}
ul.breadcrumb li+li:before {
	padding: 8px;
	color: #fff;
	content: ">>";
}
ul.breadcrumb li {
	color: #fff;
}
ul.breadcrumb li a {
	color: #ffffff;
	text-decoration: none;
}
ul.breadcrumb li a:hover {
	color: #eee8d5;
	text-decoration: underline;
}

/** NEW NAVI*/

.mobile {display: none;}
a {text-decoration: none; color: none;}

navi {width: calc(100% - 50px); height: 50px; padding: 10px 25px; background-color: #fff; position: fixed; top: 0; z-index: 100; display: flex; flex-direction: row; justify-content: space-between}
navi > .left { display: flex; align-items: center;}
navi > .right { display: flex; justify-content: flex-end;}
navi > .right > .section {display: flex; justify-content: center; align-items: center; padding: 0 15px; cursor: pointer; flex-direction: column; color: #000;}
navi > .right > .section:hover {color: #c95a42;}
navi > .right > .section > span {margin-top: 5px; font-size: 12px; text-align: center;}
navi > .right > .section > img {flex-grow:1}
.icon {width: 20px; height: 20px; display: flex; justify-content: center; align-items: center;}
.border-l {border-left: 1px solid #000;}
.border-r {border-right: 1px solid #000;}
telephone {width: calc(100% - 80px); padding: 10px 40px; display: flex; justify-content: space-between; position: fixed; top: 70px; color: #ffffff; font-weight: 400; z-index: 100;}
telephone > img {margin-right: 5px;}
telephone > .right > img {margin-right: 15px;}
telephone > .right > span {margin-left: 5px; padding: 0 0 0 5px; border-left: 1px solid #ffffff; font-size: 12px;}
telephone > .left {width: 60%; display: flex; justify-content: flex-start; align-items: center;}
telephone > .right {width: 37%; display: flex; justify-content: flex-end; align-items: center;}

.nav-container {padding: 25px; background: rgb(146, 28, 2); position: fixed; right: 0; top: -1080px; transition: .5s; z-index: 98;padding-top: 10px;}
.nav-container.active {top: 112px;}
.nav-container > .section {padding: 15px 10px; color: #ffffff; font-weight: 500; cursor: pointer; display: flex;}
.nav-container > .section:hover {color: #c95a42;}
.nav-container > .stroke { border-bottom: 1px solid #ffffff;}
navi > .right > input[type="text"] {border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #c95a42; font-size: 16px; width: 0px; transition: .5s;}
navi > .right > input[type="text"].active {padding: 5px; width: 250px;}
.searchbutton {padding: 5px;justify-content: center; align-items: center; background-color: #c95a42; display: none; cursor: pointer;}
.searchbutton:hover {background-color: #911b01;}
.searchbutton.active {display: flex;}

searchcontainer {width: 600px; position: fixed; right: 0; top: -1080px; padding: 15px; border: 1px solid #c95a42; background-color: #fff; transition: .5s;}
searchcontainer.active {top: 111px;}
.searchsec {padding: 15px 0;}
.searchsec > .title {width: 100%; font-weight: 400; text-align: center;}
.searchsec > p {width: 100%; text-align: center;}
.searchsec > p:hover {color: #c95a42; cursor: pointer;}
.searchsec > p > img {margin-left: 10px;}
.searchmore {padding: 15px 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
.searchmore > .title {width: 100%; font-weight: 400; text-align: center;}
.searchmore > p {height: 150px; width: 175px; display: flex; justify-content: center; background-position: center; background-size: cover; align-items: flex-end; font-weight: 600; color: #fff; text-shadow: 0px 0px 5px #000;}

.lern-bg {background-image: url("../img/lerncenter.jpg");}
.seminare-bg {background-image: url("../img/seminar.jpg");}
.media-bg {background-image: url("../img/media.jpg");}



.realred-bg {background: #c95a42; background: -moz-linear-gradient(left, #c95a42 0%, #901a00 100%); background: -webkit-linear-gradient(left, #c95a42 0%,#901a00 100%); background: linear-gradient(to right, #c95a42 0%,#901a00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c95a42', endColorstr='#901a00',GradientType=1 ); color: #ffffff;}

/**footer
footer {width: calc(100% - 50px); display: flex; justify-content: center; align-items: center; padding: 50px 25px; background: #000852; background: -moz-linear-gradient(left, #000852 0%, #000210 100%); background: -webkit-linear-gradient(left, #000852 0%,#000210 100%); background: linear-gradient(to right, #000852 0%,#000210 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000852', endColorstr='#000210',GradientType=1 ); color: #ffffff; flex-direction: column;}
footer > span {margin-bottom: 10px; text-align: center;}
footer > .title {font-weight: 400; font-size: 20px; color: #c95a42;}
.social-container {width: 100%; display: flex; justify-content: center; flex-wrap: wrap;}
.social {width: 60px; height: 60px; border: 1px solid #ffffff; margin: 10px; display: flex; justify-content: center; align-items: center; cursor: pointer;}
.social:hover {border: 1px solid #c95a42;}
footer > a {text-decoration: none; color: #fff; text-align: center;}
footer > a:hover {color: #c95a42;}
**/
/**newstyle**/
headerindex {width: 100%; padding: 0; display: flex; flex-direction: column; background-attachment: fixed; background-position: center; background-size: cover; position: relative; overflow: hidden;}
headerindex > .entry,.btn-head,.info-head {width: 100%; padding: 15px 50px 0 50px; position: relative; display: flex; justify-content: center; box-sizing: border-box;}
headerindex > .entry {padding: 25px 50px 75px 50px}
headerindex > .info-head {padding: 15px 50px 0 50px}
headerindex > .entry > .back-color {background: #1e2635; transform: rotate(-2deg); position: absolute; z-index: 1; top: -100px; left: -10px; right: -10px; bottom: 35px;}
headerindex > .entry > content {z-index: 2; color: #fff;justify-content: flex-start;}
headerindex > .entry > content > h1{color: #c95a42; font-size: 48px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; text-align: left;}
headerindex > .half1 {width: calc(50% - 100px); padding: 75px 50px; position: relative; display: flex; justify-content: center; flex-direction: column;}
headerindex > .half1 > h2 {color: #c95a42; font-size: 72px; font-weight: bold; text-transform: uppercase; margin-bottom: 15px;}
headerindex > .half1 > h1 {color: #000000; font-size: 20px; text-transform: none; font-weight: unset; line-height: 1.5; margin-bottom: 15px; padding: 15px 0;}
headerindex > .half2 {width: calc(50% - 100px); padding: 50px; display: flex; align-items: flex-end; flex-direction: column;}
header {width: 100%; padding: 200px 50px 110px; display: flex; justify-content: center; align-items: center; background-attachment: fixed; background-position: center; background-size: cover; flex-direction: column; flex-wrap: wrap;}
header > content > h2 {color: #ffffff; text-shadow: 0 0 20px #000000;}
header > content > h1 {color: #ffffff; text-shadow: 0 0 5px #000000; font-size: 24px;}
contentframe {width: 100%; display: flex; align-items: center; padding: 75px 50px; flex-direction: column; flex-wrap: wrap; background-attachment: fixed; background-position: center; background-size: cover;}
content {width: 100%; max-width: 1200px; margin: 15px 0; display: flex; justify-content: center; flex-wrap: wrap;}
contentbox {width: 100%; max-width: 1200px; margin: 15px 0; display: flex; flex-wrap: wrap;}
.buybtn-container {width: 100%; display: flex; flex-wrap: wrap;}
.buybtn {width: 300px; padding: 25px; display: flex; justify-content: center; align-items: center; margin: 15px 0; color: #fff; font-size: 20px; font-weight: 400; cursor: pointer; text-align: center; border: none; border-radius: none; box-sizing: border-box;}
.buybtn:nth-child(2n+1) {margin: 15px 15px 15px 0;}
.buybtn:nth-child(2n+0) {margin: 15px 0 15px 15px;}
.buybtn.version-user {margin: 15px 0!important; padding: 0!important;}

.start-text {line-height: 1.5;}

.menu-con-btn {height: 180px; width: 280px; margin: 10px; display: flex; justify-content: flex-end; padding-bottom: 20px; box-sizing: border-box; align-items: center; flex-direction: column; position: relative; overflow: hidden; transition: 1s; cursor: pointer; background:linear-gradient(to right, #c95a42 0%,#901a00 100%); color: #fff;}
.menu-con-btn:hover {background: linear-gradient(to right, #901a00 0%,#901a00 100%);}
.menu-con-btn >img {height: 75px; width: 75px;}
.menu-con-type {width: 100px; height: 100px; transform: rotate(45deg); position: absolute; background: #fff; top: -50px; right: -50px;}
.menu-con-title {width: 100%; padding: 15px 5px 0; box-sizing: border-box; text-align: center; font-size: 18px;}
.type-icon {position: absolute; top: 3px; right: 3px;}
.type-icon > img {height: 30px; width: 30px;}
.menu-con-head {
	position: relative;
}
.menu-con-btn:hover {
	z-index: 3;
}
.menu-con-info {
	display: none;
	height: 180px;
	background: #fff;
	position: absolute;
	z-index: 5;
	padding: 15px;
	width: 380px;
	box-sizing: border-box;
}
.menu-con-info.show {
	display: block;
}
.menu-con-info:before {
	content: ' ';
	display: block;
	background: #fff;
	transform: translate(-6px, 12px) rotate(45deg);
	width: 127px;
	height: 127px;
	position: absolute;
	z-index: -1;
}
.menu-con-info.right:before {
	transform: translate(-8px, 12px) rotate(45deg);
	right: 0;
}
.menu-con-info.arrow-center:before {
	left: 50%;
}
.menu-con-info.arrow-left:before {
	left: 25%;
}
.menu-con-info.arrow-right:before {
	left: 75%;
}
.menu-con-info.top:before {
	transform: translate(-50%, 31px) rotate(45deg);
}
.menu-con-info.bottom:before {
	transform: translate(-50%, -8px) rotate(45deg);
}
.menu-con-info .title {
	font-size: 1.4rem;
	margin-bottom: 10px;
	color: #c95a42;
	font-weight: 600;
}
#overlay-dark {
	display: none;
	background: rgba(30, 38, 53, .8);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.google-bg {background-image: url("../img/backgrounds/google.jpg"); background-position: right; background-size: cover;}
.google-con {width: 100%; padding: 25px 15px; box-sizing: border-box; background: rgba(255,255,255,.9); font-style: italic; border: 1px solid #e0e0e0; margin: 10px 0;}
.google-detail {width: 100%; display: flex; margin-bottom: 10px; align-items: center; color: #c95a42;}
.star-con {width: 100%;display: flex; margin-top: 15px; color: #F39200;}
.round{height: 40px; width: 40px; display: flex; justify-content: center; align-items: center; border-radius: 30px; background: #c95a42; font-style: normal; color: #fff; font-weight: 600; margin-right: 10px;}
.informations-btn {margin: 10px 10px 0px; width: calc(100%/3 - 20px); min-width: 350px; height: 150px; background-size: cover!important; background-position: center!important; display: flex; align-items: flex-end; position: relative; overflow: hidden;}
.informations-btn:hover > .info-btn-head {height: 130px; background:linear-gradient(to right, #c95a42 0%,#901a00 100%); font-size: 20px; font-weight: 600;}
.lkw-btn {background: url("../img/backgrounds/gkv-head.jpg");}
.bus-btn {background: url("../img/backgrounds/bus-head.jpg");}
.taxi-btn {background: url("../img/backgrounds/taxi-head.jpg");}

.date-notice {width: 100%; margin-top: 15px; font-style: italic; font-weight: 500;}

.picture-text {width: 100%; height: auto;}

.info-btn-head {width: 100%; height: 19px; background: #1e2635; padding: 10px; color: #fff; position: relative; transition: .5s; display: flex; justify-content: center; align-items: center;}

.scroll-anchor {width: 0; height: 0;position: absolute; margin-top: -125px; z-index: -1; visibility: hidden; pointer-events: none;}


@media (max-width: 1480px) {
	.buybtn {width: 100%!important;}
	.buybtn:nth-child(2n+1) {margin: 15px 0;}
	.buybtn:nth-child(2n+0) {margin: 15px 0;}
}

@media (max-width: 1100px) {
	headerindex > .half1 {background: #ffffff;}
	headerindex:before {display: none;}
}
@media (max-width: 880px) {
	headerindex {flex-direction: column;}
	headerindex > .half1, .half2 {width: calc(100% - 100px)!important;}
	headerindex > .half2 {padding: 0 50px!important;}
}

@media (max-width: 750px) {
	headerindex .left-side {
		width: 100%;
	}
	headerindex .right-side {
		display: none;
	}
}
@media (max-width: 640px) {
	navi > .right > .section:not(:first-child):not(:last-child) {
		display: none;
	}
}
@media (max-width: 600px) {
	headerindex {background: #1e2635;}
	headerindex > .entry > .back-color {display: none}
	headerindex > .info-head {margin-top:-80px}
}
@media (max-width: 380px) {
	navi > .right > .section:first-child {
		display: none;
	}
}

.green-btn {background: #32a216; background: -moz-linear-gradient(left, #32a216 0%, #226b10 100%); background: -webkit-linear-gradient(left, #32a216 0%,#226b10 100%); background: linear-gradient(to right, #32a216 0%,#226b10 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32a216', endColorstr='#226b10',GradientType=1 );}
.green-btn:hover {background: #226b10; color: #ffffff!important;}
.klarna-btn {background: #EB6F93;}
.klarna-btn:hover {background: #E54271;}
.paypal-btn {background: #0070ba;}
.paypal-btn:hover {background: #005ea6;}
.booking-btn {width: 100%; padding: 15px 20px; margin: 0 0 15px; font-size:1.25rem; float: right; display: inline-block; color: #fff; box-sizing: border-box}
.white-bg {background-color: #ffffff!important;}
.text100 {width: 100%; line-height: 1.5; font-size: 18px;}
.text100 > a {font-weight: 500; text-decoration: underline; color: #ffffff;}
.text100 > a:hover {color: blue;}
.text100 > img {width: 100%; margin: 25px 0;}
.text100 > .button {text-decoration: none;}
.text100 > .button:hover {color: #ffffff;}
.bigbutton-frame {width: 100%; display: flex; flex-wrap: wrap;}
.bigbutton {width: calc(300px - 50px); padding: 25px; height: 175px; display: flex; justify-content: flex-end; align-items: flex-end; text-align: right; text-shadow: 0 0 5px #000000; color: #ffffff; font-weight: 400; font-size: 24px; background-size: cover; background-position: center; cursor: pointer; transform: scale(0.90); transition: .5s; border: 5px solid;}
.bigbutton:hover {transform: scale(1); box-shadow: 0 0 15px -5px #000000;}
.btn-index-gkv {background-image: url(../img/backgrounds/gkv.jpg);}
.btn-index-taxi {background-image: url(../img/backgrounds/taxi.jpg);}
.btn-index-bus {background-image: url(../img/backgrounds/bus.jpg);}
.btn-index-news {background-image: url(../img/backgrounds/news.jpg);}
.scroller {width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 50px; color: #fff;}
.scroller > img {margin-top: 10px;}
.scroller > span {padding: 10px 15px; color: #ffffff; cursor: pointer;}
.scroller > span:hover {color: #c95a42;}
.grey-bg {background-color: #f3f3f3!important;}
.blue-font {color: #000852;}
.red-btn {background: #c95a42; background: -moz-linear-gradient(left, #c95a42 0%, #901a00 100%); background: -webkit-linear-gradient(left, #c95a42 0%,#901a00 100%); background: linear-gradient(to right, #c95a42 0%,#901a00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c95a42', endColorstr='#901a00',GradientType=1 ); color: #ffffff;}
.red-btn:hover {background: #c95a42;}

/**News**/
contentnews {width: 100%; max-width: 1200px; margin: 15px 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.news-container {width: 48%;}
.news-container > img {width: 100%; box-shadow: 0 0 10px 0 #cccccc; margin-bottom: 30px;}
.news-date {width: 100%; font-size: 16px; font-weight: 500; margin-bottom: 15px;}
.youtube {width: calc(100% - 20px); padding: 10px; margin-top: 0; display: flex; flex-direction: column; box-shadow: 0 0 15px 0 #c3c3c3;}
.video {width: 100%; height: 320px;}
.youtube-sub {width: 100%; display: flex; justify-content: flex-end; align-items: flex-end; margin-top: 10px;}
.colrev {flex-direction: row;}
.loadmore {display: block; width: 100%; padding: 25px; text-align: center; font-weight: 500; cursor: pointer; color: #ffffff; font-size: 20px; border: none;}


.login-content {width: 100%; display: flex; flex-wrap: wrap;}
.login-content > .halfbox {width: calc(50% - 100px); padding: 100px 50px; display: flex; justify-content: center; min-height: 500px;}
.login-sec {width: calc(100% - 100px); padding: 0 50px; max-width: 400px; display: flex; flex-direction: column; justify-content: center;}
.login-sec > span {margin: 10px 0 20px;}
.lc-bg {background-image: url(../img/backgrounds/lerncenter-bg.jpg); background-size: cover; background-position: left;}
.lc-bg > .login-sec {background: rgba(255,255,255,.95)}
.login-title {font-size: 32px; margin-bottom: 30px;}
.login-forget {width: 100%; font-size: 16px; color: #0c1e34; cursor: pointer;}
.login-forget:hover {color: #773426;}

.ad-container {padding: 25px; max-width: 500%;}

.button {max-width: 250px; padding: 15px 50px; text-align: center; color: #ffffff; font-weight: 400; display: inline-block; margin: 15px 0; cursor: pointer; border: none;}

.error-msg {color: red;}
/**MediaQueries**/
@media (max-width: 1180px) {
	.bigbutton {width: calc(100% - 50px);}
	.news-container {width: 100%;}
	.colrev {flex-direction: column-reverse;}
	.youtube {margin-bottom: 30px;}
}
@media (max-width: 920px) {
	headerindex > .half > h2 {font-size: 36px!important;}
	headerindex > .half > h1 {font-size: 20px!important; padding: 0; background: none;}
	headerindex {width: 100%; padding: 0;}
	headerindex > .half {width: calc(100% - 100px); padding: 50px; background: rgba(255,255,255,.8);}
	.buybtn {font-size: 18px; width: auto;}
	.mobile {display: flex;}
	.desktop {display: none !important;}
	navi {width: calc(100% - 20px); padding: 10px; box-shadow: 0 0 5px 0 #000;}
	navi > .right > .section > span {display: none;}
	.nav-container {width: calc(100% - 50px);}
	.nav-container.active {top: 70px;}
	telephone {justify-content: center; bottom: 0px; top: auto; padding: 15px 40px;}
	/**footer {padding: 50px 25px 100px;}**/
	.login-content > .halfbox {width: calc(100% - 25px); padding: 50px;}
	.login-sec {width: calc(100% - 50px); padding: 0 25px;}
	.faq-off {display: none!important;}
	.scroll-anchor {margin-top: -85px;}
}

.seminar_termine > a, .seminar_termine  button.date {
	background: #c95a42; color: #ffffff; padding: 15px 20px; cursor: pointer; margin: 10px 10px 0 0; font-size: 16px;
	border: 0;
}


.seminar_termine a:hover, .seminar_termine  button.date:hover {
	background:#596170;	
}
@media (max-width: 760px) {
	.ihk-btn {width: 100%; max-width: 100%!important; margin: 40px 0 0;}
	.seminar_termine > a, .seminar_termine  button.date {width: 100%; text-align: center; margin: 10px 0 0 0;}
}

.header-picture {background-position: center; background-repeat: no-repeat; background-size: cover;}
@media (max-width: 600px) {.header-picture{background-attachment: inherit;} }
.header-picture.gkv {background-position: center; background-image: url("../img/backgrounds/gkv-head.jpg")}
.header-picture.taxi {background-position: center; background-image: url("../img/backgrounds/taxi-head.jpg")}
.header-picture.omnibus {background-position: center; background-image: url("../img/backgrounds/bus-head.jpg")}
.header-picture.workshop {background-position: right; background-image: url("../img/backgrounds/workshop.jpg")}
.header-picture.einzel {background-position: right; background-image: url("../img/backgrounds/einzel-inhouse.jpg");}
.header-picture.online {background-position: right; background-image: url("../img/backgrounds/online-seminar.jpg");}
.header-picture.info {background-position: center; background-image: url("../img/backgrounds/news-bg.jpg")}
.header-picture.team {background-position: center; background-image: url("../img/backgrounds/ueber_uns.jpg")}

.header-picture > .content > .welcome > .welcome-txt {background: rgba(255,255,255,0)!important;}
.welcome-under {font-size: 24px; color: #000852; font-style: italic;}

.kontakt-new {width: 100%; display: none; margin-top: 50px; background: #f3f3f3; border: 1px solid #a9a9a9; padding: 25px; box-sizing: border-box;}
.kontakt-new.active {display: flex;}
.kontakt-new > .section {width: 50%; display: flex;}
.kontakt-new > .section:nth-child(2n) {justify-content: flex-end;} 
.kontakt-new > .section > .phone-box {padding: 25px; background: #c95a42; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.kontakt-new > .section > .phone-box > img {width: 40px; height: 40px;}
.kontakt-new > .section > .phone-box > .number {font-size: 32px; margin: 15px 0; color: #fff!important;}
.kontakt-new > .section > .phone-box > .notice {font-size: 20px; color: #fff!important;}

@media (max-width: 1000px) {
	.kontakt-new {flex-direction: column;}
	.kontakt-new > .section {width: 100%; display: flex; justify-content: center;}
	.kontakt-new > .section > .phone-box {margin-bottom: 30px;}
}

@media (max-width: 480px) {
	.kontakt-new > .section > .phone-box > .number {font-size: 24px;}
	.kontakt-new > .section > .phone-box > .notice {font-size: 16px;}
}

.map-title {writing-mode: vertical-lr; font-size: 20px; margin-left: 25px; border-left: 2px solid #c95a42; text-transform: uppercase; width: 36px; display: flex; justify-content: center; align-items: center;}




/**Inputs**/
.inp {position: relative; margin: auto; width: 100%;}
.inp .label {position: absolute; top: -14px; left: 0; font-size: 16px; color: #000000; font-weight: 300; transform-origin: 0 0; transition: all 0.2s ease;white-space: nowrap;}
.inp .border {position: absolute; bottom: -3px; left: 0; height: 1px; width: 100%; background: #c95a42; transform: scaleX(0); transform-origin: 0 0; transition: all 0.15s ease;}
.inp input {-webkit-appearance: none; width: 100%; border: 0; font-family: inherit; padding: 12px 0 0; height: 37px; font-size: 16px; font-weight: 500; border-bottom: 1px solid #000000; background: none; border-radius: 0; color: #223254; transition: all 0.15s ease; margin: 15px 0;}
.inp input:hover {background: rgba(201,90,66,0.03);}
/*.inp input:not(:placeholder-shown) + span {color: #5a667f; transform: translateY(-26px) scale(0.75);}*/
.inp input:focus {background: none; outline: none;}
.inp input:focus + span {color: #c95a42; transform: translateY(-10px) scale(0.75);}
.inp input:focus + span + .border {transform: scaleX(1);}

@supports (-ms-ime-align:auto) {
	 .inp .label {
		top: -25px;
	}
}
.inp-container {display: flex; align-items: flex-end; width: 100%; margin-bottom: 30px;}
.showpasswort {width: 30px; height: 30px; background-image: url(../img/icons/password.svg); background-position: center; background-repeat: no-repeat; cursor: pointer;}
.showpasswort.active {background-image: url(../img/icons/nopassword.svg);}

/**new-order**/
datepickerframe {width: calc(100% - 80px); display: flex; padding: 75px 40px; align-items: center; background-attachment: fixed; background-size: cover; background-position: center;}
datepickerframesmall {width: 100%; display: flex; padding: 0 50px;flex-wrap: wrap; align-items: center; background-attachment: fixed; background-size: cover; background-position: center; box-sizing: border-box;}
datepicker {width: 100%; max-width: 1220px; padding: 30px 0; display: flex; flex-wrap: wrap;}
datepicker.padding {padding: 30px; width: calc(100% - 60px);}
datepicker.margin {margin-bottom: 15px;}
.datepickersub {width: calc(100% - 60px); max-width: 1220px; padding: 15px 30px; margin: 0 0 15px; text-align: center; color: #ffffff; font-weight: 500;}
.datepicker-title {font-weight: 400; min-width: 100%; font-size: 24px; margin-bottom: 15px;}
.datepicker-subtitle {margin-left: 10px; width: calc(100% - 10px); font-weight: 500; font-size: 16px; margin-bottom: 10px;}
.datepicker-button {padding: 15px 49px; text-align: center; color: #ffffff; font-size: 16px; display: inline-block; margin: 10px; cursor: pointer; font-weight: 500;  border: 5px solid #ffffff; box-shadow: 0 0 5px 0 #272727; display: flex; flex-direction: column; justify-content: center;}
.datepicker-button > span {font-size: 12px; font-weight: 300;}

.order-container {width: 100%; display: flex;} 
.order-container > .section {width: 50%; box-sizing: border-box;}
.order-container > .section.li {padding-right: 25px;}
.order-container > .section.re {padding-left: 25px;}
.order-container > .section > .order-progress, .order-container > .section > .teilnehmer > .order-progress {width: 100%; padding: 25px; border: 1px solid #a9a9a9; box-sizing: border-box; display: flex; flex-direction: column; background: #f3f3f3;}
.order-container > .section > .order-progress select, .order-container > .section > .teilnehmer > .order-progress >select {padding: 15px; margin: 5px 0;}
.order-container .order-progress #repeat_reason {width: calc(100% - 25px)}
.no-smart > .checkbox-container {display: flex; align-items: center; margin: 10px 0;}
.no-smart > .checkbox-container > input[type="checkbox"] {position: inherit!important; left: 0; height: 20px; width: 20px; margin: 0 10px 0 0!important;}
.smart > .checkbox-container {display: flex; align-items: center; margin: 10px 0;}
.smart > .checkbox-container > input[type="checkbox"] {position: inherit!important; left: 0; height: 20px; width: 20px; margin: 0 10px 0 0!important;}
.smart {display: none;}
.no-smart {display: block;}
.more-details {width: 100%; display: flex; justify-content: center; margin-top: 25px; align-items: center; font-weight: 400; cursor: pointer;}
.more-details > img {height: 15px; width: 15px; margin-left: 10px; transition: .5s;}
.more-details > img.active {transform: rotate(90deg)}
.wsp-details {width: 100%; display: none; flex-wrap: wrap; margin: 25px 0; transition: .5s;}
.wsp-details.active {display: block;}
.error {color: red !important;border-color:red !important; font-size: 12px;}
.border-error { border: red 1px solid !important;}

.new-product {
	background: #005fff;
	color: #fff;font-weight: 600;
	padding: 5px;
	font-size: 10px;
	position: absolute;
	top: 5px;
	left: 5px;
}

@media (max-width: 870px) {
	.order-container {flex-direction: column;}
	.order-container > .section {width: 100%;}
	.order-container > .section.li {padding-right: 0px;}
	.order-container > .section.re {padding-left: 0px; margin-bottom: 30px;}
}

.corona {
	width: 100%;
	display: flex;
	color: #fff;
	margin-top: 15px;
	cursor: pointer;
	background: #005fff;
	padding: 10px;
	box-sizing: border-box;
	justify-content: center;
	transition: .5s;
}

.corona:hover {background: #12408e;}

.corona > img {margin: 0 5px 0;}
.corona > p {margin: 0; text-decoration: underline; color: #c95a42;}

.corona-title {font-size: 32px; color: #c95a42; margin-bottom: 15px;}
.corona-text {font-size: 20px;}

#user-success {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;

	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.pop-bg {background: rgba(12,30,52,.95); width: 100%; height: 100vh; bottom: 0; right: 0; left: 0; top: 0; position: fixed; z-index: 1000; justify-content: center; align-items: center; display: none;}
.pop-bg.active {display: flex;}
.pop-close {position: absolute; top: 15px; right: 15px; height: 40px; width: 40px;}
.pop-close > svg {width: 40px!important; height: 40px!important;}
.popup {width: 90%; max-width: 500px; padding: 25px; box-sizing: border-box; background: #ffffff; box-shadow: 0 0 15px 0 #000000; display: none;}
.popup.active {display: block;}
.popup > .pop-title {font-size: 24px; color: #c95a42; margin-bottom: 15px;}
.popup > a {color: #c95a42; font-weight: 500;}
.popup > a:before {content: ">>"; margin-right: 5px;}

/**partner-neu**/
.partner-bg {
	background: rgba(12,30,52,.95); 
	width: 100%; 
	height: 100vh; 
	bottom: 0; 
	right: 0; 
	left: 0; 
	top: 0; 
	position: fixed; 
	z-index: 1000; 
	justify-content: center; 
	align-items: center; 
	display: none;
}

.partner-bg.active {
	display: flex;
}

.partner-popup {
	width: 80%;
	height: 90vh;
	overflow-x: hidden;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 25px;
	display: flex;
	flex-direction: column;
	background-color: #ececec;
}

.partner-section {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #d6d6d6;
	background: #fff;
	margin: 15px 0;
	display: flex;
}

.partner-image {
	width: 200px;
	display: flex;
	padding: 15px;
	box-sizing: border-box;
	border-right: 1px solid #d6d6d6;
	justify-content: center;
	align-items: center;
}

.partner-image > img {
	width: 100%;
}

.partner-text {
	width: calc(100% - 400px);
	box-sizing: border-box;
	padding: 15px;
	line-height: 1.2;
}

.partner-title {
	font-weight: 500;
	font-size: 20px;
}

.partner-subtitle {
	font-size: 14px;
	font-style: italic;
	color: #c95a42;
}

.partner-button {
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-new {
	width: 100%;
	padding: 50px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
.content-new.white {
	background: #ffffff;
	color: #000000;
}
.content-new.grau {
	background: #f3f3f3;
}
.content-inner {
	max-width: 1200px;
	width: 90%;
	display: flex;
	font-weight: 300;
}
.content-inner.column {
	flex-direction: column;
}
.team-picture {
	width: 250px;
}
.team-text {
	width: calc(100% - 250px);
	box-sizing: border-box;
	color: #000000;
	display: flex;
	flex-direction: column;
}
.team-text.left {
	text-align: right;
	padding-right: 50px;
	align-items: flex-end;
}
.team-text.right {
	text-align: left;
	padding-left: 50px;
}
.team-name {
	font-size: 24px;
    color: #c95a42;
}
.team-title {
	font-weight: 300;
	padding: 15px 0;
}
.team-border {
	width: 150px;
	height: 1px;
	background: #c95a42;
	margin-bottom: 25px;
}
.team-email {
	font-weight: 300;
	color: #2d518e;
	margin-bottom: 20px;
}
.team-description {
	font-weight: 300;
	color: #7a7978;
}
@media (max-width: 700px) {
	.content-inner {flex-direction: column;}
	.content-inner.column-reverse {flex-direction: column-reverse!important;}
	.team-text {width: 100%;}
	.team-text.left {text-align: left; padding-right: 0; align-items: flex-start;}
	.team-text.right {padding-left: 0;}
	.team-picture {margin-bottom: 20px;}
}

@media(max-width: 950px) {
	.partner-section {flex-direction: column; display: block;}
	.partner-image {width: 100%; border-right: none;border-bottom: 1px solid #d6d6d6; justify-content: flex-start;padding: 15px 0;}
	.partner-image > img {max-width: 300px;min-width: 200px; width: 100%;}
	.partner-text {width: 100%;}
	.partner-button {width: 100%; margin-top: 15px;}
}




/*=== alphabet Leiste ===*/


#container-alphabet{
    display: none;
}

.ul-alphabet{
    background-color:#e0e0e066;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
 width: 50px;
    overflow: hidden;
    list-style: none;
    padding: 10px 0 10px 0;

    align-items: center;
    margin: 0;
    transition: 0.3s;
    z-index: 999;
}
.ul-alphabet > p{
    margin: 0;
}
.ul-alphabet > li{
    display: block;
    width: 100%;
   font-weight: 600;
    font-size: 115%;
    text-align: center;
}
.ul-alphabet > li > a{
    display: block;

}
#hide_box{
    position: absolute;
    top: 40%;
    display: table-cell;
    vertical-align: middle;
}
#hide_box > span{


    position: relative;
  
    margin: 0 auto;
    width: 200px;
    left: 50px;
    display: block;
    width: 40px;
    height: 80px;
    border-radius: 0 200px 200px 0;
    background-color: #0c1e34;
    transition: 0.3s;
   
    
    
}
#hide_box > span{
    cursor: pointer;
    
}
#circle_icon{
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 7px;
    font-size: 200%;
    color: #fff;
}



.library-preview .title {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background-color: #c95a42;
	padding: 10px;
	margin-top: 30px;
}
.library-preview .topic-box {
	border: #ccc solid 1px;
	padding: 10px;
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 1.5;
}
.library-preview .topic span {
	display: flex;
	padding: 0 0 5px;
}
.library-preview .topic span:before {
	content: '- ';
	padding-right: 3px;
}
.library-preview .topic img {
	display: none;
}
.library-divide50 > * {
	margin-bottom: 30px;
}
.library-divide50 .booking-btn {
	float: none;
}

@media (min-width: 768px) {
	.booking-btn {
		width: auto;
		margin: 5px 0 0 ;
	}
	#container-alphabet{
		position: fixed;
		top: 70px;
		left: 0;
		min-height: 89%;
		display: flex;
		flex-direction: column;
		top: 110px;
	}
	.library-preview .topic-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
		line-height: 1.2;
	}
	.library-preview .topic {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		max-width: 220px;
	}
	.library-preview .topic span {
		flex-grow: 1;
		align-items: center;
		padding: 0;
	}
	.library-preview .topic span:before {
		display: none;
	}
	.library-preview .topic img {
		display: block;
		max-width: 190px;
		max-height: 270px;
	}
	.library-preview .topic .placeholder-more {
		box-sizing: border-box;
		width: 190px;
		height: 270px;
		max-height: 270px;
		border: #ccc solid 1px;
		padding: 10px;
		justify-content: center;
		background: #c95a42;
		color: #fff;
		font-weight: 600;
}
	}
	.heading-with-button {
		display: flex;
		align-items: center;
	}
	.library-divide50 {
		display: flex;
		gap: 50px;
	}
	.library-divide50 > * {
		flex-basis: 1px;
		flex-grow: 1;
	}
	.library-divide50 .booking-btn {
		width: 270px;
	}
}

.active_alphabet{
    color: #c95a42;
}
/*=== //alphabet Leiste ===*/


.info-click-me{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
   background-color: #0c1e34bf;

}


.container-verlag-logo{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

@media(min-width:965px){
		.container-verlag-logo{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}
}

#nav-icon-ihk-finder{
    display: none;
}
.link-ihk-finder > img{
    max-width: 450px;
    width: 100%;
    margin-top: 50px;
    transition: .4s;
    
}
.link-ihk-finder  > img:hover{
    margin-left: 10px;
     opacity: 0.8;
}
#nav-icon-ihk-finder > span{
    color:#336fa1;
}
#nav-icon-ihk-finder:hover span{
    color:#c95a42;
}
@media(min-width:990px){
    #nav-icon-ihk-finder{
        display: flex;
    }
}
#img-ihk-finder{
    width: 80px;
    height: auto;
}

.nav-container{
	height: 80vh;
	overflow: scroll;
}

@media(min-width:750px){
	.nav-container{
		height: auto;
		overflow: auto;
	}
}

.title-tipp{
	margin-top: 30px;
}
.title-tipp > b{
	display: block;
	margin-bottom: 5px;
}


#video-lerncenter{
	width: 100%;
}

/**social**/
.social-container {
	width: 100%;
	background: #DBDBDB;
	padding: 25px 0;
}

.social-container > .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.social-btn {
	width: calc(100%/3 - 10px);
	min-width: 250px;
	height: 60px;
	background: #F1F1F1;
	margin: 5px;
	padding: 5px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #000000;
}

.social-btn:hover {
	background: #ffffff;
}

.icon-box {
	width: 50px;
	height: 50px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center; 
}

.icon-box > img {
	width: 30px;
}

.youtube-s {background: #FF0000;}
.facebook-s {background: #3B5998;}
.xing-s {background: #0B8A82;}
.playstore-s {background: #000000;}

.social-label {
	margin-left: 60px;
}

.social-subtitle {
	font-size: 12px;
}

.popup-ordner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.popup-ordner-text {
	width: calc(100% - 350px);
	min-width: 350px;
}

.popup-ordner-bild {
	width: 350px;
}

.popup-ordner-bild > img {
	width: 350px;
	height: 350px;
}
.popup-buch-bild {
	width: 340px;
	margin-left: 10px;
}
.popup-buch-bild > img {
	width: 340px;
}
@media (max-width: 460px){
	.popup-ordner-text {
	width: 100%;
	min-width: 100%;
	}

	.popup-ordner-bild {
		width: 100%;
	}

	.popup-ordner-bild > img {
		width: 200px;
		height: 200px;
	}

	.popup-buch-bild {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.popup-buch-bild > img {
		width: 200px;
	}
}


/*=== Lauftext Index ===*/
@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.ticker-wrap {
	display: none;
	width: 80%;
	margin-left: 20px;
	overflow: hidden;
	box-sizing: content-box;
	transition: width 0.3s;
}
.ticker-wrap .ticker {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
}
.ticker-wrap .ticker__item {
	display: inline-block;
	padding: 0 2rem;
	font-size: 0.9333rem;
	color: #ffffff;
}

.ticker-link:hover .ticker__item {
	font-weight: 600;
}


@media(min-width: 1300px){
	.ticker-wrap {
		display: block;
		width: 55%;
	}
}
@media(min-width: 1400px){
	.ticker-wrap {
		width: 65%;
	}
}
@media(min-width: 1500px){
	.ticker-wrap {
		width: 75%;
	}
}
@media(min-width: 1700px){
	.ticker-wrap {
		width: 80%;
		margin: 0 auto;
	}
}

/**sem-config**/

.daypicker {width: calc(100%/6 - 4px); padding: 5px; box-sizing: border-box; display: flex; flex-direction: column; background: #e8e8e8; align-items: center; margin: 2px;}

.conf-res-con {display: flex; margin-top: 5px; flex-wrap: wrap;}
.conf-res {width: 100%; padding: 5px 45px 5px 5px; box-sizing: border-box; display: flex; background: #e8e8e8; margin: 2px; align-items: center; font-weight: 600; position: relative;}
.conf-res > .edit {position: absolute; top: 5px; right: 5px; transition: .5s; cursor: pointer;}
.conf-res > .edit:hover {transform: rotate(180deg);}
.conf-num {height: 35px; width: 35px; font-weight: 600; background: #c95a42; color: #fff; display: flex; justify-content: center; align-items: center; margin-right: 10px;}

/*===// Lauftext Index ===*/

/**footer-new**/
footer{display:flex;width:100%;padding:50px;box-sizing:border-box;background:#f1f1f1;color:#696969;justify-content:center; border-top:5px solid #c95a42; margin-top: -20px;}@media (max-width: 840px){footer{flex-direction:column;padding:50px 25px !important}}footer>.section{width:350px;line-height:1.5;font-size:16px;margin:0 30px;text-align:justify}@media (max-width: 840px){footer>.section{width: 250px; margin:30px 0}}footer>.section>.social{width:100%;display:flex}footer>.section>.social>img{margin-right:15px;cursor:pointer}footer>.section>.title{font-size:24px;margin:0 0 15px 0;font-weight:500;color:#000000;}footer>.section>a,.social{text-decoration:none;text-transform:uppercase;color:#000000;font-weight:500; cursor: pointer; text-align: left!important;}footer>.section>a:hover,.social:hover{color:#0c1e34}
.subfooter {width: 100%; padding: 25px; text-align: center; color: #fff; background: #0c1e34; box-sizing: border-box;}

.hidden_news_content{
	display:none;
}

/**new-may**/
.abstandshalter {width: 100%; height: 0px;}
@media (max-width: 920px) {
	.abstandshalter {height: 0px;}
}

.header-new {display: flex; background-size: cover!important; background-position: bottom right!important; justify-content: center; align-items: center; flex-direction: column; padding: 85px 15px 125px;}
.online {background-image: url("../img/backgrounds/online.jpg");}
.news-bg {background-image: url("../img/backgrounds/news-new.jpg");}
.lc-bg {background-image: url("../img/backgrounds/lc-bg.jpg");}
.seminare-bg {background-image: url("../img/backgrounds/seminare-bg.jpg");}
.gkv-bg {background-image: url("../img/backgrounds/gkv-new.jpg");}
.taxi-bg {background-image: url("../img/backgrounds/taxi-new.jpg");}
.bus-bg {background-image: url("../img/backgrounds/bus-new.jpg");}
.team-bg {background-image: url("../img/backgrounds/team.jpg");}
.studio-bg {background-image: url("../img/backgrounds/studio.jpg");}
.header-new-title {padding: 15px 25px; color: #fff; background: rgba(145,27,1,.9); font-size: 48px;}
.header-new-subtitle {padding: 15px 25px; color: #fff; background: rgba(12,30,52,.9); font-size: 32px;}

.rotate4neg {transform: rotate(-4deg);}

.sem-title {font-size: 32px; color: #c95a42; text-align: left;margin-bottom: 15px;}

.cyl-container {margin: 5px 0; border: 1px solid #ececec; padding: 15px; background: #fff; line-height: 1.5;}
.cyl-title {font-weight: 600; color: #c95a42; cursor: pointer;}
.cyl-section {margin: 5px 0;}
.time {color: #c95a42; font-weight: 600; margin-top: 15px;}

.placeholder {height: 400px; width: 100%; background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: center; align-items: center;}

.studio {background-image: url("../img/pano/studio.jpg");}
.semraum {background-image: url("../img/pano/raum.jpg");}
.time-bg {background-image: url("../img/backgrounds/time.jpg");}

.studio-sec {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.studio-pic {width: 400px;}
.studio-pic > img {width: 100%;}
.studio-txt {width: calc(100% - 420px); line-height: 1.8;}

.padding50 {padding: 50px 0 !important;}
.line-height {line-height: 1.5;}

.btn-new {width: 300px; padding: 15px 25px; display: flex; justify-content: center; align-items: center; margin: 15px 0; color: #fff; font-size: 20px; font-weight: 400; cursor: pointer; text-align: center; border: none; border-radius: none; box-sizing: border-box;}
.standalone {margin: 20px auto 0!important;}

.google-sub {padding: 15px; width: 100%; background: rgba(12,30,52,.9); color: #fff; box-sizing: border-box; display: flex; align-items: center;}
.google-sub > img {
	width: 100px;
	height: 35px;
	margin-right: 20px;
}
@media (max-width: 800px) {
	.col-r {flex-direction: column-reverse;}
	.studio-txt {width: 100%; margin-bottom: 30px;}
	.studio-pic {width: 100%;}
}


.online-popup {
	overflow: auto;
	box-sizing: border-box;
	padding: 25px;
	background-color: #ececec;
	max-height: 100vh;
}

.product-container {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
	text-decoration: none !important;
}

.product-container > .product-icon {
	width: 75px;
	padding: 10px;
	box-sizing: border-box;
	height: auto;
	background: #c95a42;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	cursor: pointer;
}

.product-container:hover > .product-icon {
	background: #b74c35;
}

.product-container > .product-icon > img {
	height: 40px;
	width: 40px;
}

.product-container > .product-text {
	width: calc(100% -  105px);
	color: #000;
}

.verlag-con {
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 30px;
}

.verlag-sec {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

@media (max-width:800px) {
	.verlag-sec {
		flex-direction: column;
	}
}
.verlag-con > details {
	width: 100%;
	border: 1px solid #efefef;
	padding: 15px; 
	box-sizing: border-box;
	background: #fdfdfd;
}

.verlag-con > details > summary {
	font-size: 18px;
	cursor: pointer;
}

.verlag-con > details > summary:hover {
	color: #c95a42;
}

.verlag-pic {
	width: 200px;
	margin-right: 30px;
}

.verlag-pic > img {
	width: 200px;
	height: auto;
}

.verlag-buch-content {
	width: 100%;
	margin-top: 30px;
}

.buch-con {
	width: 100%;
	display: flex;
	background: #fff;
	border: 1px solid #efefef;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.buch-con > img {
	width: 140px;
	height: 200px;
	margin-right: 20px;
}

.buch-sec {
	width: calc(100% - 160px);
}

@media(max-width:770px) {
	
	.buch-con > img {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.buch-sec {
		width: 100%;
	}
}

.buch-title , .buch-detail, .buch-price, .buch-stars {
	width: 100%;
}

.buch-stars {
	margin-top: 15px;
}

.buch-title {
	font-size: 18px; 
	font-weight: 600;
}

.buch-detail {
	font-style: italic;
	margin: 15px 0;
}

.buch-price {
	color: #c95a42;
	font-size: 18px; 
}

.verlag-btn {
	width: 100%!important;
}
#myBtn, .scrollToSeminar {
	width: 75px;
    height: 75px;
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 60px; /* Place the button at the bottom of the page */
  right: 50%; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  outline: none; /* Remove outline */
  background-color: #c95a42; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 100%; /* Rounded corners */
  font-size: 18px; /* Increase font size */
	border: 5px solid #fff;
	margin-right: -37.5px;
}

#myBtn > img {
	transform: rotate(-90deg);
	height: 35px;
	width: 35px;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.scrollToSeminar {
	font-size: 12px;
	justify-content: center;
	align-items: center;
	z-index: 100;
}

.left-side {
	width: calc(100% - 220px);
}
.right-side {
	width: 200px; height: 200px; margin-left: 20px; transform: rotate(5deg);
}
.bib-accordion {
	background-color: #fff;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	font-weight: 600;
	margin: 5px 0;
	border: 1px solid #ccc;
}
.bib-active, .bib-accordion:hover {
	background-color: #ccc;
}
.bib-accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.bib-active:after {
	content: "\2212";
}
.bib-panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.bib-wrapper {
	margin: 0 auto;
	max-width: 1366px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bib-column {
	width: calc(100% / 3 - 20px);
	min-width: 300px;
	margin: 10px;
	padding: 15px;
	display: flex;
	box-sizing: border-box;
	flex-direction: row;
	background: grey;
	position: relative;
	background: #ffffff;
	box-shadow: 0 0 15px -10px #000000;
}
.bib-image-container {
	width: 100px;
	margin-bottom: 50px;
}
.bib-image-container > img {
	width: 100%;
}
.bib-title {
	width: calc(100% - 130px);
	min-width: 150px;
	font-weight: 500;
	margin: 0 15px 15px;
}
.bib-caption {
	font-size: 12px;
	margin-top: 10px;
}
.bib-pdf {
	background: #c95a42;
	border: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	transition: .5s;
}
.bib-pdf:hover {
	background: #7a3323;
}
.bib-description {
	padding: 15px;
	color: #3e3e3e;
	line-height: 1.5;
}
.bib-content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.news-container iframe.aspect-ratio {
	width: 100%;
}
.news-container iframe.aspect-ratio-1-1 {
	height: calc(100vw - 30px);
}
.news-container iframe.aspect-ratio-3-2 {
	height: calc((100vw - 30px) / 3 * 2);
}
.news-container iframe.aspect-ratio-2-3 {
	height: calc((100vw - 30px) / 2 * 3);
}
.news-container iframe.aspect-ratio-4-3 {
	height: calc((100vw - 30px) / 4 * 3);
}
.news-container iframe.aspect-ratio-5-4 {
	height: calc((100vw - 30px) / 5 * 4);
}
.news-container iframe.aspect-ratio-4-5 {
	height: calc((100vw - 30px) / 4 * 5);
}
.news-container iframe.aspect-ratio-16-10 {
	height: calc((100vw - 30px) / 16 * 10);
}
.news-container iframe.aspect-ratio-16-9 {
	height: calc((100vw - 30px) / 16 * 9);
}
.news-container iframe.aspect-ratio-9-16 {
	height: calc((100vw - 30px) / 9 * 16);
}
.news-container iframe.aspect-ratio-37-20 {
	height: calc((100vw - 30px) / 37 * 20);
}
.news-container iframe.aspect-ratio-47-20 {
	height: calc((100vw - 30px) / 47 * 20);
}
@media (min-width: 480px) {
	.news-container iframe.aspect-ratio-1-1 {
		height: calc(100vw - 100px);
	}
	.news-container iframe.aspect-ratio-3-2 {
		height: calc((100vw - 100px) / 3 * 2);
	}
	.news-container iframe.aspect-ratio-2-3 {
		height: calc((100vw - 100px) / 2 * 3);
	}
	.news-container iframe.aspect-ratio-4-3 {
		height: calc((100vw - 100px) / 4 * 3);
	}
	.news-container iframe.aspect-ratio-5-4 {
		height: calc((100vw - 100px) / 5 * 4);
	}
	.news-container iframe.aspect-ratio-4-5 {
		height: calc((100vw - 100px) / 4 * 5);
	}
	.news-container iframe.aspect-ratio-16-10 {
		height: calc((100vw - 100px) / 16 * 10);
	}
	.news-container iframe.aspect-ratio-16-9 {
		height: calc((100vw - 100px) / 16 * 9);
	}
	.news-container iframe.aspect-ratio-9-16 {
		height: calc((100vw - 100px) / 9 * 16);
	}
	.news-container iframe.aspect-ratio-37-20 {
		height: calc((100vw - 100px) / 37 * 20);
	}
	.news-container iframe.aspect-ratio-47-20 {
		height: calc((100vw - 100px) / 47 * 20);
	}
}
@media (min-width: 1181px) {
	.news-container iframe.aspect-ratio-1-1 {
		height: 576px;
		height: calc(min(576px, (100vw - 100px) * .48));
	}
	.news-container iframe.aspect-ratio-3-2 {
		height: calc(576px / 3 * 2);
		height: calc(min(576px, (100vw - 100px) * .48) / 3 * 2);
	}
	.news-container iframe.aspect-ratio-2-3 {
		height: calc(576px / 2 * 3);
		height: calc(min(576px, (100vw - 100px) * .48) / 2 * 3);
	}
	.news-container iframe.aspect-ratio-4-3 {
		height: calc(576px / 4 * 3);
		height: calc(min(576px, (100vw - 100px) * .48) / 4 * 3);
	}
	.news-container iframe.aspect-ratio-5-4 {
		height: calc(576px / 5 * 4);
		height: calc(min(576px, (100vw - 100px) * .48) / 5 * 4);
	}
	.news-container iframe.aspect-ratio-4-5 {
		height: calc(576px / 4 * 5);
		height: calc(min(576px, (100vw - 100px) * .48) / 4 * 5);
	}
	.news-container iframe.aspect-ratio-16-10 {
		height: calc(576px / 16 * 10);
		height: calc(min(576px, (100vw - 100px) * .48) / 16 * 10);
	}
	.news-container iframe.aspect-ratio-16-9 {
		height: calc(576px / 16 * 9);
		height: calc(min(576px, (100vw - 100px) * .48) / 16 * 9);
	}
	.news-container iframe.aspect-ratio-9-16 {
		height: calc(576px / 9 * 16);
		height: calc(min(576px, (100vw - 100px) * .48) / 9 * 16);
	}
	.news-container iframe.aspect-ratio-37-20 {
		height: calc(576px / 37 * 20);
		height: calc(min(576px, (100vw - 100px) * .48) / 37 * 20);
	}
	.news-container iframe.aspect-ratio-47-20 {
		height: calc(576px / 47 * 20);
		height: calc(min(576px, (100vw - 100px) * .48) / 47 * 20);
	}
}

@supports (aspect-ratio: 1 / 1) {
	.news-container iframe.aspect-ratio {
		height: unset;
	}
	.news-container iframe.aspect-ratio-1-1 {
		aspect-ratio: 1 / 1;
		--aspect-ratio: 1 / 1;
	}
	.news-container iframe.aspect-ratio-3-2 {
		aspect-ratio: 3 / 2;
		--aspect-ratio: 3 / 2;
	}
	.news-container iframe.aspect-ratio-2-3 {
		aspect-ratio: 2 / 3;
		--aspect-ratio: 2 / 3;
	}
	.news-container iframe.aspect-ratio-4-3 {
		aspect-ratio: 4 / 3;
		--aspect-ratio: 4 / 3;
	}
	.news-container iframe.aspect-ratio-5-4 {
		aspect-ratio: 5 / 4;
		--aspect-ratio: 5 / 4;
	}
	.news-container iframe.aspect-ratio-4-5 {
		aspect-ratio: 4 / 5;
		--aspect-ratio: 4 / 5;
	}
	.news-container iframe.aspect-ratio-16-10 {
		aspect-ratio: 16 / 10;
		--aspect-ratio: 16 / 10;
	}
	.news-container iframe.aspect-ratio-16-9 {
		aspect-ratio: 16 / 9;
		--aspect-ratio: 16 / 9;
	}
	.news-container iframe.aspect-ratio-9-16 {
		aspect-ratio: 9 / 16;
		--aspect-ratio: 9 / 16;
	}
	.news-container iframe.aspect-ratio-37-20 {
		aspect-ratio: 37 / 20;
		--aspect-ratio: 37 / 20;
	}
	.news-container iframe.aspect-ratio-47-20 {
		aspect-ratio: 47 / 20;
		--aspect-ratio: 47 / 20;
	}
}
@supports (aspect-ratio: var(--aspect-ratio, 16 / 9)) {
	.news-container iframe.aspect-ratio {
		height: unset;
		aspect-ratio: var(--aspect-ratio, 16 / 9);
	}
}

/**Shopbanner**/
.shop-banner {
	background-image: url("../assets/img/main-img/shopbanner.png");
	min-height: 300px;
	display: flex;
    background-position: center;
    background-size: cover;
}

.shop-slogan {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;	
}

@media(max-width:750px){
	.shop-slogan {
		font-size: 24px;
	}
}

.shop-banner-bg {
	background: #c95a42;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.shop-banner >.content-wv2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 15px 0;
}

.shop-banner > .content-wv2 > .shop-banner-bg > .button-wv2 {
	background: #fff;
	color: #c95a42;
	transition: .5s;
}

.shop-banner > .content-wv2 > .shop-banner-bg > .button-wv2:hover {
	background: #8f3c2a;
	color: #fff;
}

.shop-button {
	background: #c95a42;
	color: #fff;
    margin-right: 10px;
    padding: 6.5px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
	cursor: pointer;
}

.shop-button:hover {
	background: #ececec;
}

.whatsapp-content {
	background: #03c000;
    color: #fff;
    padding: 15px;
    display: flex;
    max-width: 300px;
    line-height: 1.5;
    border-radius: 10px;
    margin-bottom: 20px;
    align-items: center;
}

.whatsapp-content:hover {
	color: #fff;
	background: #027400;
}

.whatsapp-content > img {
	height: 40px;
    margin-right: 10px;
}

.placeholder_sem_map {
	width: 100%;
    display: flex;
    flex-direction: column;
    background-image: url("../assets/img/main-img/sem_map_placeholder.jpg");
	background-position: center;
	background-size: cover;
    align-items: center;
    justify-content: center;
	color: #fff;
	padding: 25px;
	text-align: center;
}