@charset "utf-8";
/* CSS Document */
@keyframes animateBg {
	from {background-position:0 0;}
	to {background-position:100% 0;}
}
.animate-bg {
	animation-name: animateBg;
	animation-duration: 220000ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.bg-sem {
	width: 100%;
	height: 1000px;
	background-image: url(../img/seminare/muster.png);
	background-repeat:no-repeat;
    background-position:50% 0;
	background-attachment:fixed;
}
.bg-1 {
	width: 100%;
	height: 700px;
	background-image: url(../img/bg1.png);
	background-repeat:no-repeat;
    background-position:50% 0;
	background-attachment:fixed;
}
.bg-2 {
	width: 100%;
	height: 700px;
	background-image: url(../img/bg2.png);
	background-repeat:no-repeat;
    background-position:50% 0;
	background-attachment:fixed;
}
.bg-3 {
	width: 100%;
	height: 700px;
	background-image: url(../img/bg3.png);
	background-repeat:no-repeat;
    background-position:50% 0;
	background-attachment:fixed;
}
.bg-4 {
	width: 100%;
	height: 700px;
	background-image:url(../img/lernen.png);
	background-repeat:no-repeat;
    background-position:50% 0;
	background-attachment:fixed;
}
.bg-5 {
	width: 100%;
	height: 700px;
	background-image:url(../img/lernen-avb.png);
	background-repeat:no-repeat;
    background-position:50% 0;
	background-attachment:fixed;
}
.about-container-ihk {
	width: 100%;
	height: auto;
	padding: 100px 0;
	border-bottom: 1px solid #ABABAB;
	background-color: #FFFFFF;
}
.about-container {
	width: 100%;
	height: auto;
	padding: 100px 0;
	background: white;
}
.about-container-index {
	width: 100%;
	height: auto;
	padding: 100px 0;

	background-color: #FFFFFF;
}

.about-container-transparent, .about-container-index {
	background: rgba(255,255,255,1);
}
.about-container-info {
	width: 100%;
	height: auto;
	padding: 100px 0;
}


.about-container.alt-s:nth-child(2n+1) {
	color: #FFFFFF;
	background-color: #101010;
}
.about-container.alt-b:nth-child(2n+1) {
	background: #f3f3f3;
}

.about-container.alt-z:nth-child(2n+1) {
	background: rgba(12,30,52,0.85);
	color:#FFFFFF;
}
.about-container.bg-w-l-65, .about-container.alt-bg-w-65:nth-child(4n) {
	background: -moz-linear-gradient(left,#fff 0%,rgba(255,255,255,1) 65%, rgba(0,0,0,0) 65.001%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,#fff 0%,rgba(255,255,255,0.9) 65%,rgba(0,0,0,0) 65.001%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,#fff 0%,rgba(255,255,255,1) 65%,rgba(0,0,0,0) 65.001%,rgba(0,0,0,0) 100%);
}
.about-container.bg-w-r-65, .about-container.alt-bg-w-65:nth-child(4n+2) {
	background: white;
	
}
.about-container.alt-bg-w-65:nth-child(2n+1), .about-container.no-bg {
	background: none;
}
.content25-footer {
	width: calc(25% - 50px);
	margin: 0 25px;
	text-align: center;
	float: left;
	text-shadow: 0 0 10px #000000;
}
.content25 {
	width: calc(25% - 38px);
	padding: 25px 0;
	margin: 25px 25px;
	text-align: center;
	float: left;
}
.content25:first-child {
	margin-left: 0;
}
.content25:last-child {
	margin-right: 0;
}
.nav-info {
	width:40px;
	height:40px;
	right:35px;
	top:35px;
	box-shadow: 0 0 5px #0c1e34;
	background-color: #c95a42; 
	position:fixed;
	z-index:999;
	border-radius: 20px;
}
.popclose {
	width:40px;
	height:40px;
	margin-top: 10px;
	z-index:999;
}
.nav-info:hover {
	background-color: #773426;
}
.nav-info-content {
	height:100%;
	width:400px;
	background: rgba(12,30,52,.95);
	bottom:0;
	left:0;
	position:fixed;
	z-index:998;
	display: none;
}
.back-btn {
	padding:10px;
	text-align:center;
	color:#FFFFFF;
	background-color:#0797bf;
	left:15px;
	bottom:15px;
	position:fixed;
	cursor:pointer;
	z-index:999;
}
/**overlay**/
/**.bg-fix-info {
	width:1300px;
	top: 15px;
	bottom: 50px;
	left: 50%;
	margin-left: -650px;
	padding: 50px 0 0;
	background: rgba(12,30,52,.95);
	color: #ffffff;
	position: fixed;
	overflow:auto;
	z-index: 1000;
	display: none;
	-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);
}**/
.bg-fix-info {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding:0;
	background: rgba(12,30,52,.75);
	position: fixed;
	z-index: 1000;
	display: none;
	-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);
}
.pdf-container {
    padding-top: 25px;
    bottom: 0;
    border-top: 1px solid #000;
}
.pdf-prev {
    width: calc(50% - 20px);
    padding: 15px;
    background-color: #f9f9f9;
    float: left;
    box-sizing: border-box;
    border: 10px solid #fff;
    text-align: center;
    font-weight: bold;
    color: #c95a42;
    cursor: pointer;
    font-size: 12px;
}
.pdf-prev:hover {
    background-color: #c95a42;
	color: #fff;
}
.pdf-logo {
	width: calc(10% - 50px);
	padding: 25px;
	float: left;
}
.pdf-prev-sec {
	width: calc(90% - 50px);
	padding: 25px;
	float: left;
}
.verlag-link {
	
    padding: 10px;
    text-align: left;
    color: #FFFFFF;
    background-color: #c95a42;
    float: right;
    margin-right: 50px;
    cursor: pointer;
    z-index: 999;
}
/**.content-p {
	padding:0 35px;
	color: #FFFFFF;
}**/
.overlay-title-info {
	width: 100%;
	margin:50px 0 30px;
	color: #c95a42;
	font-size: 36px;
	display: inline-block; 
}
.overlay-section-info {
	width: calc(100%/5 - 32px);
    margin: 100px 20px 0 20px;
    height: 200px;
    float: left;
    display: inline-block;
}
.overlay-section-info:first-of-type {
    margin: 100px 20px 0 0;
}
.overlay-section-info:last-child {
    margin: 100px 0 0 20px;
}

.overlay-section-products {
	width: 100%;
    margin: 40px;
    height: 250px;
    float: left;
    display: inline-block;
}
.nav-overlay-info {
	width: 100%;
	height: 200px;
	background-color: #ffffff;
	cursor: pointer;
	float: left;
	display: flex;
    align-items: flex-end;
}
.nav-overlay-title-info {
	width: 100%;
	margin-top: 220px;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
}
.nav-overlay-title-info2 {
    width: 100%;
    height: 70px;
    padding: 10px 5px;
    bottom: 0px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    background: rgba(201, 90, 66, .8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay-section-literatur-content{
	width: 100%;
	display: flex;
	justify-content: center;
}
.overlay-section-literatur {
	width: 200px;
    margin: 100px 100px 0;
    height: 200px;
    float: left;
    display: inline-block;
}

.pdf-btn-new {
	padding:10px;
	margin-top:75px;
	text-align:center;
	color:#FFFFFF;
	background: rgba(12,30,52,.95);
	border-top: 1px solid #c95a42;
	left:15px;
	bottom:0;
	cursor:pointer;
	z-index:999;
}
.pdf-btn-new2 {
	padding:10px;
	margin:15px 0;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
	z-index:999;
}
.pdf-btn-new2:hover {
	color:#773426;
}
.pdf-btn {
	padding:10px;
	text-align:left;
	color:#FFFFFF;
	background-color:#c95a42;
	right:50%;
	margin-right: -625px;
	bottom:70px;
	position:fixed;
	cursor:pointer;
	z-index:999;
}
.pdf-btn:hover {
	background-color:#773426;
}
.pdf-btn1 {
	width:400px;
	padding:10px;
	text-align:left;
	color:#FFFFFF;
	background-color:#c95a42;
	left:15px;
	bottom:25px;
	position:fixed;
	cursor:pointer;
	z-index:999;
}
.pdf-btn2 {
	width:400px;
	padding:10px;
	text-align:left;
	color:#FFFFFF;
	background-color:#c95a42;
	left:15px;
	bottom:75px;
	position:fixed;
	cursor:pointer;
	z-index:999;
}
.pdf-btn3 {
	width:270px;
	padding:10px;
	text-align:left;
	color:#FFFFFF;
	background-color:#c95a42;
	left:15px;
	bottom:25px;
	position:fixed;
	cursor:pointer;
	z-index:999;
}
.pdf-btn4 {
	width:270px;
	padding:10px;
	text-align:left;
	color:#FFFFFF;
	background-color:#c95a42;
	left:15px;
	bottom:75px;
	position:fixed;
	cursor:pointer;
	z-index:999;
}
.pop1-btn {
	height:284px;
	width:600px;
	background-image:url(../img/pop-bg.png);
	right:0px;
	bottom:0px;
	position:fixed;
	cursor:pointer;
	z-index:999;
}
.chrome-btn {
	margin-top:5px;
	padding:10px;
	text-align:left;
	color:#000852;
	background-color:#FFFFFF;
	left:15px;
	bottom:25px;
	position:fixed;
	-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;
	z-index:999;
}
.nav-overlay-btn1 {
	background-image: url(../img/btn-o-1.png);
	background-size: cover;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn1:hover {
	background-image: url(../img/btn-o-1.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn2 {
	background-image: url(../img/btn-o-2.png);
	background-size: cover;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn2:hover {
	background-image: url(../img/btn-o-2.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn3 {
	background-image: url(../img/btn-o-3.png);
	background-size: cover;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn3:hover {
	background-image: url(../img/btn-o-3.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn4 {
	background-image: url(../img/btn-o-4.png);
	background-size: cover;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn4:hover {
	background-image: url(../img/btn-o-4.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn01 {
	background-image: url(../img/navinfo/1.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn01:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn02 {
	background-image: url(../img/navinfo/2.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn02:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn03 {
	background-image: url(../img/navinfo/3.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn03:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn04 {
	background-image: url(../img/navinfo/4.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn04:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn05 {
	background-image: url(../img/navinfo/5.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn05:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn06 {
	background-image: url(../img/navinfo/6.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn06:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn07 {
	background-image: url(../img/navinfo/7.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn07:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn08 {
	background-image: url(../img/navinfo/8.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn08:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn09 {
	background-image: url(../img/navinfo/9.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn09:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn10 {
	background-image: url(../img/navinfo/10.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn10:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn11 {
	background-image:url(../img/literatur/verlag-logos/hema.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn11:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn12 {
	background-image:url(../img/literatur/verlag-logos/vogel.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn12:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.nav-overlay-btn13 {
	background-image:url(../img/literatur/verlag-logos/huss.png);
	background-size: cover;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav-overlay-btn13:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.an-pre {
	width: calc(100%/3);
	padding: 25px 0;
	margin: 25px 25px;
	float: left;
	box-sizing: border-box;
}

.an-pre1 {
	width: calc(100%/3 - 52px);
	padding: 15px 10px;
	margin: 0 15px 0 0;
	float: left;
	background-color: #0c1e34;
    color: #ffffff;
    min-height: 600px;
    border-radius: 5px;
}
.an-pre2 {
	width: calc(100%/3 - 52px);
	padding: 15px 10px;
	margin:0 33px;
	float: left;
	background-color: #0c1e34;
    color: #ffffff;
    min-height: 600px;
    border-radius: 5px;
}
.an-pre3 {
	width: calc(100%/3 - 52px);
	padding: 15px 10px;
	margin: 0 0 0 15px;
	float: left;
	background-color: #0c1e34;
    color: #ffffff;
    min-height: 600px;
    border-radius: 5px;
}
.an-pre4 {
	width: calc(100%);
	padding: 25px 0;
	float: left;
}
.an-pre5 {
	width: calc(100%/2 - 30px);
	padding: 25px 0;
	margin: 0 15px 0 0;
	float: left;
}
.frage-anzahl{
	height: 40px; 
	border-bottom: 1px solid #c95a42;
}
.products {
	width: calc(100%/3 - 50px);
	background: rgb(12,30,52);
	padding: 20px;
	min-width: 314px;
}
.product-pic {
	width: 150px;
	height: 150px;
	margin:-100px 75px 0 75px;
	border-radius: 75px;
	float: left;
	border: 3px solid #c95a42;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);

}

.product-info-btn {
	height: 59px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

@media(max-width:460px){
	.product-info-btn {
		height: 54px;
	}
}

.product-info-btn:hover {
	background: #c5c5c5;
}

.product-pic-small {
	width: 100px;
    height: 100px;
    margin: -50px 15px 0 -40px;
    border-radius: 50px;
    float: right;
    border: 3px solid #c95a42;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);

}
.product-title {
	width: 100%;
	margin: 80px 0 25px;
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	border-bottom: 1px solid #c95a42;
}
.categorie-title {
	width: 100%;
	min-height: 85px;
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 22px;
	border-bottom: 1px solid #c95a42;
}
.article {
	width: calc(70% - 15px*2);
	margin: 15px;
	float: left;
}
.checker {
	width: 30%;
	margin: 15px 0;
	float: left;
}
.buy-btn {
	width: calc(100% - 10px*2);
	padding:15px 10px;
	margin: 50px 0 15px 0;
	border-radius: 5px;
	text-align:center;
	color:#FFFFFF;
	float: left;
	background-color:#6d6d6d;
}
.buy-btn.enable{
	background-color:#c95a42;
	cursor:pointer;
}
.buy-btn2 {
	width: calc(100%/3 - 44px);
    padding: 15px 25px 15px 25px;
    margin: 50px 30px 15px 20px;
    color: #FFFFFF;
    background-color: #c95a42;
    cursor: pointer;
    float: right;
    border: 0;
    text-transform: uppercase;
    -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);
}
.buy-btn-red:hover{
	background-color: #773426;
}
.buy-btn-green:hover, .lerncenter-test{
	background-color: #226b10;
}
.buy-btn-red {
	width: calc(100%/3 - 44px);
    padding: 15px 25px 15px 25px;
    margin: 50px 30px 15px 0;
    color: #FFFFFF;
    background-color: #c95a42;
    cursor: pointer;
    float: left;
    border: 0;
    text-transform: uppercase;
    -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);
}
.buy-btn-green {
	width: calc(100%/3*2 - 40px);
    padding: 15px 25px 15px 25px;
    margin: 50px 30px 15px 20px;
    color: #FFFFFF;
    background-color: #32a216;
    cursor: pointer;
    float: left;
    border: 0;
    text-transform: uppercase;
    -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);
}
.lerncenter-test {
	padding: 15px 25px 15px 25px;
	margin: 30px 30px 15px 20px;
	color: #FFFFFF;
	background-color: #32a216;
	cursor: pointer;
	float: left;
	border: 0;
	text-transform: uppercase;
	-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);
}

.btn-green{
	background-color: #226b10;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	color: #FFFFFF;
	cursor: pointer;
	border: 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);
}
.buy-btn:hover, .buy-btn2:hover{
	background-color: #773426;
}
.button-container-fragen {
    width: 70px;
    height: 156px;
    right: 0;
	top: 50%;
    margin: -78px 0 0;
    position: fixed;
    z-index: 100;
}
.button-container-3 {
    width: 70px;
    height: 156px;
    right: 0;
    top: 50%;
    margin: -78px 0 0;
    position: fixed;
    z-index: 100;
}
.button-container-4 {
    width: 70px;
    height: 208px;
    right: 0;
    top: 50%;
    margin: -104px 0 0;
    position: fixed;
    z-index: 100;
}
.button-container-5 {
    width: 70px;
    height: 260px;
    right: 0;
    top: 50%;
    margin: -130px 0 0;
    position: fixed;
    z-index: 100;
}
.button-container-6 {
    width: 70px;
    height: 312px;
    right: 0;
    top: 50%;
    margin: -156px 0 0;
    position: fixed;
    z-index: 100;
}
.side-nav {
	width: 230px;
	height: 20px;
	margin: 0 10px -1px 20px;
	padding: 15px;
	background-color: #c95a42;
    border: 1px solid #b74c35;
	border-width: 1px 0 1px 1px;
	cursor: pointer;
	display: block;
}
.side-nav:hover{
	background-color: #773426;
	margin-left: -190px;
}
.side-nav-title {
	font-size: 16px;
	float: right;
	color: #ffffff;
}
.buy-nav{
	background-color: #32a216;
	border-color: #32a216;
}
.buy-nav:hover {
	background-color: #226b10;
}
.fil0 {
	fill:#ffffff; cursor: pointer;
}
.fil1 {
	fill:#c95a42; cursor: pointer;
}
.fil1:hover {
	fill:#773426; cursor: pointer;
}
.fill-ihk {
	fill: #0c1e34; 
	stroke: #ffffff;
	stroke-width: 2px;
	cursor: pointer;
}
.fill-ihk:hover {
	fill: #c95a42;
}

.size-svg {
	width: 20px;
	height: 20px;
}

/*Login*/
.log-container {
	width: 350px;
	/*padding: 25px;*/
	margin: 50px auto;
	color: #000000;
	background-color: #ffffff;
	border-radius: 5px;
	overflow:auto;
}
.log-container .error-msg {
	color: #ff0000;
}
.log-title {
	width: 100%;
	margin: 0 0 25px;
	padding: 10px 0;
	text-align: center;
	color: #0c1e34;
	font-size: 24px;
	border-bottom: 1px solid #c95a42;
}
.log-title2 {
	width: 100%;
	margin: 50px 0 25px;
	padding: 10px 0;
	text-align: center;
	color: #0c1e34;
	font-size: 24px;
	border-bottom: 1px solid #c95a42;
}
.log-form {
	width: 100%!important;
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 16px;
}
.log-form.error {
	border: 1px solid #cc0000;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(255,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(255,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(255,0,0,0.75); 
	background: rgba(255,0,0,.1);	
}
.log-form.order1 {
	width: calc(50% - 34px)!important;
	margin: 0 10px 10px 0;
}
.log-form.order2 {
	width: calc(50% - 10px)!important;
	margin: 0 0 10px 10px;
}
.log-form.order3 {
	width: 100%;
	margin: 0 0 10px 0;
}
.log-form.order4 {
	margin: 0 0 10px 0;
}
.log-form.order5 {
	width: calc(75% - -10px);
	margin: 0 0 10px 10px;
}
.log-form.order6 {
	width: calc(90% - 34px);
	margin: 0 10px 10px 0;
}
.log-form.order7 {
	width: calc(10% - -10px);
	margin: 0 0 10px 10px;
}
.log-forget, .login-login {
	width: 100%;
	font-size: 16px;
	color: #0c1e34;
	cursor: pointer;
}
.log-forget:hover, .login-login:hover {
	color: #773426;
}
.log-btn {
    padding: 15px;
    margin: 25px 50px 0;
	text-align:center;
	color:#FFFFFF;
	background-color:#c95a42;
	cursor:pointer;
	display: block;
}
.log-btn:hover {
	background-color: #773426;
}
.dropdown-pad {
	padding: 10px 0;
}
.order-radio {
	width: calc(100 / 3);
	float: left;
}
/*calculator*/
/*.bg-calc {
	z-index:99999;
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display:none;
}*/
.calc-container {
	width: 350px;
	padding: 25px;
	color: #ffffff;
	background-color: #0c1e34;
	border-radius: 5px;
	position:fixed;
	top: 100px;
	left: calc(50% - 200px);
	z-index:99999;
	display:none;
}
.calc-title {
	font-size: 25px;
	float: left;
	margin: -3px 0 0 10px;
}
.svg-calc, .svg-calc:hover {
	width: 25px;
	height: 25px;
	float: left;
	cursor: move;
}
.svg-calc.close, .svg-calc.close:hover {
	float: right;
	cursor: pointer;
}
.optionen {
	width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #c95a42;
}
.aufgabe{
	width: 100%;
	margin: 25px 0 5px 0;
	font-size: 18px;
	text-align: right;
}
.ergebnis {
	width: calc(100% - 15px);
	margin: 5px 0 20px;
	font-size: 24px;
	text-align: right;
}
.eingabe {
	width: calc(100%/4 - 18px);
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-size: 24px;
	float: left;
	cursor: pointer;
}
.eingabe:first-child {
	margin: 5px 5px 5px 0;
}
.eingabe:last-child {
	margin: 5px 0 5px 5px;
}
.op {
	background-color: #c95a42;
}
.op:hover {
	background-color: #773426;
}
.zahl{
	background-color: #ffffff;
	color: #0c1e34;
}
.zahl:hover{
	background-color: #909090;
	color: #ffffff;
}
.gleich {
	background-color: #32a216;
}
.gleich:hover {
	background-color: #226b10;
}
.padding-bottom-0 {
	padding-bottom: 0;
}
.navbar-mobile-col {
	display: none;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
.error[type="checkbox"]:not(:checked) + label:before,
.error[type="checkbox"]:checked + label:before {
	border: 1px solid #cc0000;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(255,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(255,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(255,0,0,0.75); 
	background: rgba(255,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #c95a42;
  transition: all .2s;
	margin-right: 15px;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}
.modal-picture {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-picture .modal-content {
	position: relative;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
	text-align: center;
	margin-top: 50px;
}

/* The Close Button */
.modal-picture .close {
	color: white;
	position: absolute;
	top: 20px;
	right: -5px;
	font-size: 50px;
	font-weight: bold;
}

.modal-picture .close:hover,
.modal-picture .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.seminar_images .thumbnail_container
{
	display:flex;margin-top:15px;
	height:100px;
	width:300px;
}

.seminar_images .lupe
{
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 2px 1px #000000 inset;
	line-height: 2;
	font-weight: bolder;
	letter-spacing: 0.1em;
	padding: 5px 5px 2px 5px;
	opacity: .7;
	color: #005f79;
	font-size: 18px;

	margin-top: 70%;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: 0.3s;
	cursor:pointer;
}

.about-container.alt-b:nth-child(2n+1) .hover-shadow:hover{
	box-shadow: 0 4px 8px 0 rgba(255,255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}
.modal-picture .column {
	float: left;
	width: 23%;
	margin-left:2%;
}
.modal-picture  .prev,
.modal-picture .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
.modal-picture .prev{
	left:0;
}

/* Position the "next button" to the right */
.modal-picture .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.modal-picture .prev:hover,
.modal-picture .next:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.modal-picture  img.image_thumbnail {
	opacity: 0.6;
	max-width: 100%;
}

.modal-picture .active,
.modal-picture .image_thumbnail:hover {
	opacity: 1;
}

.tooltip {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size:14px;	
	cursor: pointer;
}
.tooltiptext {
	font-size:18px;
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 250px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
	text-align: center;
	padding: 15px 20px;



	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;

	bottom: 125%;
	left: 50%;
	margin-left: -60px;
}

.tooltip .fa-info
{
	border-radius: 60px;
	box-shadow: 0px 0px 2px #ffffff;
	padding: 0.5em 0.6em;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}

.seminar_ort_pic {
	margin-left:10px;
}


