/*FRONTEND*/
.mc-frontend-main {
	position: relative;
	height : auto;
	background-color: #3d3f47;
  }
/*.mc-frontend-left {
  background-color: #3d3f47;
	left: 0;
	right: 50%;
	bottom: 0;
  !*position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 50%;*!
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  border-bottom: solid 1px #484848;
}*/
.mc-frontend-right {
  	/*position: relative;
  	right: 0;
  	top: 0;
  	bottom: 0;*/
  	/*left: 50%;
  	width: 50%;*/
  	height: auto;
  	color: #696969;
  	border-bottom: solid 1px #e4e4e4;
  	border-top: solid 1px #e4e4e4;
	background-color: #ffffff;

}
@media only screen and (max-width : 980px) and (orientation : landscape) {
   .mc-frontend-right{
        position: relative;
        width: 100%;
		left: 0;
    }
   .mc-frontend-left{
        position: relative;
        width: 100%;
        min-height: 100vh;
    }
	.mc-frontend-paragraph {
	}
	.fa-chevron-down.eLearning-slider-next {
		bottom: 5px;
	}
	section {
		right: 0px;
	}
}
@media only screen and (max-width : 980px) and (orientation : portrait) {
	.mc-frontend-right{
        position: relative;
        width: 100%;
		left: 0;
		border-bottom: 1px solid #ededed;
    }
   .mc-frontend-left{
        position: relative;
        width: 100%;
        min-height: 100vh;
    }
	.checkbox > label {
		font-size: 1em;
	}
	.wrapper-checkboxes {
		margin-left: 0px!important;
		margin-right: 0px!important;
	}
	.mc-frontend-paragraph {
		margin-left: 20px!important;
		margin-right: 20px!important;
	}
	.mc-frontend-square {
		left: 25px!important;
	}
	.mc-frontend-feedback {
		left: 25px!important;
	}
	section {
		right: 0px;
	}
}
.mc-frontend-wrapper-question {
	top: 50%;
	vertical-align: middle;
}
.mc-frontend-question-box {
    font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: rgb(222,222,222);
	font-weight: 300;
    /*width: 80%;
    height: 40vh;*/
	white-space:normal;
	text-align: center;
	margin: auto;
	margin-top: 5vh;
}
.mc-frontend-question {
      word-wrap: break-word;	  
  }
  .single_multiple_answer {
	font-family: 'Roboto', sans-serif;	
	text-align: center;
	font-size: 1em;
	color: rgb(180,180,180);
	margin-top: 20px;
}
.anonymous_answer {
	font-family: 'Roboto', sans-serif;	
	text-align: center;
	font-size: 1em;
	padding-bottom: 20px;
	margin-top: 10px;
	color: rgb(180,180,180);
}
.mc-frontend-circle {
	text-align: center;
	margin: auto;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    background: rgba(0,0,0,0);
    border: 1px solid  rgb(7,147,208);
    color: rgb(7,147,208);
	height: 25vh;
	width: 25vh;   
    font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 17vh;
    }
	.mc-frontend-img-circle {
	vertical-align: unset;
	text-align: center;
	margin: auto;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    background: rgba(0,0,0,0);
    border: 1px solid  rgb(7,147,208);
    color: rgb(7,147,208);
	height: 25vh;
	width: 25vh;   
	object-fit: cover;
	cursor: pointer;
    }
span[id$="mc-frontend-question-mark-id"]{
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mc-frontend-question-img {
	margin: auto;
}
.mc-frontend-tip {
	display: block;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}
.mc-frontend-tip a {
	color: rgb(222,222,222);
}
.punktpunktpunkt {
	white-space: nowrap;
	overflow: hidden;
	}
.button {
	cursor: pointer;
	position: relative;
	border-radius: .13em;
    width: 8em;
    height: 2.5em;
    margin-right: .5em;
	border: 1px solid rgb(7,147,208);
	font-family: Roboto, sans-serif;
	font-weight: 300 !important;
	color: rgb(7,147,208);
	margin: 20px;
	background-color: white;
}
div.button p {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.buttons {
	display: block;  
	margin-right: auto;  
	margin-left: auto; 
	margin-top: 30px;	
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.btn-disabled {
	pointer-events:none;
	opacity: 0.35;
    filter: alpha(opacity=35);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.centered {
    text-align: center;
}
.centered > div {
    float: none;
    display: inline-block;
}
.wrapper-checkboxes > div {
	margin-top: 0px !important;
	position: absolute;
}
.wrapper-checkboxes {
	position: relative;
	margin-left: 60px;
	margin-right: 70px;
	top: 80px;
	padding-top: 80px;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border-radius: .13em;
    width: 0.8em;
    height: 0.8em;
    float: center;
    margin-right: .5em;
	background-color: rgb(61,63,71);
	color: rgb(180,180,180);
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .7em;
    line-height: 0;
    top: 50%;
    left: 7%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
label {
	color: rgb(7,147,208);
	font-family: Roboto, sans-serif;
	font-weight: 300 !important;
}
.mc-frontend-paragraph {
	margin-left: 76px;
}
span.mc-frontend-paragraph {
	margin-left: 6px;
	display: inline-table;
}
.mc-frontend-feedback {
	 display: none;
	margin-left: 76px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: solid #d20000;
	margin-top: 25px;
	padding-bottom: 3px;
	line-height: 1.3;
}
.mc-frontend-square > img {
	height: 150px;
	cursor: pointer;
	object-fit: cover;
	}
.mc-frontend-square {
	width: 150px;
	height:150px;
	overflow: hidden;
	margin: 5px 5px 14px 0px;
	position: relative;
	left: 80px;
	top: 8px;
	outline-offset: 3px;
    outline-style: solid;
    outline-width: thin;
    outline-color: lightgray;
}	
.mc-frontend-video-thumbnail {
	left: 80px;
	top: 8px;
	background: #474952;
	width: 150px;
	height: 150px;
	cursor: default;
	margin: 5px 5px 14px 0px;
	position: relative;
	outline-offset: 3px;
    outline-style: solid;
    outline-width: thin;
    outline-color: lightgray;
}
.mc-frontend-video-poster > img {
	width: 150px;
	height: 150px;
}
.fa-youtube-play:not(.frontend-question-video-icon) {
	overflow: visible;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	text-decoration: none;
}
.frontend-question-video-icon.fa-youtube-play {
	overflow: visible;
	position: absolute;
	text-decoration: none;
	font-size: 76px;
	top: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
}
.frontend-question-video-icon.fa-youtube-play::before {
	display: inline-block;
}
.fa-youtube-play:hover {
	color: rgb(204, 0, 0);
	cursor: pointer;
}
.general-feedback-correct, .general-feedback-not-correct, .single-single, .single-multiple, .multiple-single, .multiple-multiple, .incorrect-incorrect, .single-incorrect, .multiple-incorrect, .multiple-not-completely-correct, .single-not-completely-correct {
	display: none;
}
hr.mc-frontend-hr {
	display: none;
	width: 50%;
	margin-left: 0;
	/*margin-right: 80px;*/
    border-top: 1px solid #a2a2a2;
}
.general-feedback-correct, .general-feedback-not-correct, .corr-incorrect-not-set, .single-single, .single-multiple, .multiple-single, .multiple-multiple, .incorrect-incorrect, .single-incorrect, .multiple-incorrect, .multiple-not-completely-correct, .single-not-completely-correct {
	margin-left: 0;
	margin-right: 80px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    /* background-color: rgb(0,0,0); */
    background-color: rgba(255,255,255,0.87);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
	height: 100%;
}
.overlay-content > img, .overlay-content > video {
	max-width: 70%;
	max-height: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.overlay .closebtn {
    font-size: 60px;
	cursor: pointer;
	color: #727272;
} 
.overlay .closebtn:hover {
	color: white;
	 transition: all 0.3s ease-in-out 0.1s;
}
.overlay .night-symbol {
    position: absolute;
	top: 22px;
	left: -40px;
    font-size: 30px;
	cursor: pointer;
	color: #727272;
}
.overlay .day-symbol {
    position: absolute;
	top: 21px;
	left: -40px;
    font-size: 30px;
	cursor: pointer;
	color: #727272;
}
video {
	object-fit: cover;
	background-color: #474952;
}
.overlay .day-symbol:hover {
	color: #ff7e00;
	animation: roll 5s infinite;
	transform: rotate(360deg);
    transition: all 0.3s ease-in-out 0.1s;
}	
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay .overlay-toolbar {
    position: absolute;
    top: 20px;
    right: 45px;
} 
.cross-on-white-bg {
	color: #a4a4a4 !important;
} 
.cross-on-white-bg:hover {
	color: #bc0000 !important;
} 
.moon-on-white-bg {
	color: #a4a4a4 !important;
} 
.moon-on-white-bg:hover {
	color: #ff7e00 !important;
	animation: roll 5s infinite;
	 transition: all 0.1s ease-in-out 0.1s;
	 transform: rotate(36deg);
}


/*CSS GRID*/
/*@media only screen and (min-width: 980px) {
	#mc-681.grid-mc-container {
		grid-template-columns: 50% 50%;
		grid-template-areas:
				'i0 i1'
				'i0 i2'
				'i0 i3'
	;

	}


}*/
.grid-mc-container {
	display: grid;
	grid-gap: 0;
	width: 100%;
	/*margin: 0 auto;*/
	/*justify-content: space-evenly;*/
	/*transition: all 1s;*/
    grid-template-areas: 'l0' 'r0';
	/*background-color: #3d3f47;*/
}

.divider {
	border-bottom: 1px solid #CCC;
	background-color: #DADADA;
	height: 1px;
	margin: 0px 0px 0.2em;
	width: 35vw;
}

.divider span {
	display: block;
	width: 50px;
	height: 1px;
	background-color: #919191;
}

#pandt-frontend-loader {
	height: 0;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .9);
	overflow: hidden;
	opacity: 0;
	transition: opacity .6s, width 1s linear 2s, height 1s linear 2s;
}

#pandt-frontend-loader.loader-on {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity .6s;
}