/* DRAX SPRACHEN CUSTOM CSS */
/* @author DUNNET UG (AB) */

/* OTF Fonts Einbinden */
@font-face {
	font-family: IBPSN_REG;
	src: url(../fonts/IBMPlexSans-Regular.otf) format("opentype");
	src: url(../fonts/IBMPlexSans-Regular.woff) format("woff");
}
@font-face {
	font-family: IBPSN_SBLD;
	src: url(../fonts/IBMPlexSans-SemiBold.otf) format("opentype");
	src: url(../fonts/IBMPlexSans-SemiBold.woff) format("woff");
}
@font-face {
	font-family: IBPSF_REG;
	src: url(../fonts/IBMPlexSerif-Regular.otf) format("opentype");
	src: url(../fonts/IBMPlexSerif-Regular.woff) format("woff");
}
@font-face {
	font-family: IBPSF_BLD;
	src: url(../fonts/IBMPlexSerif-Bold.otf) format("opentype");
	src: url(../fonts/IBMPlexSerif-Bold.woff) format("woff");
}

/* Body */
body {
	font-family: IBPSN_REG, IBPSN_SBLD, IBPSF_REG, IBPSF_BLD;
	overflow-x: hidden;
}

/* CUSTOM Bootstrap Overrides */
.nav-link {
	color: #014A71 !important;
}
.nav-link:hover {
	color: #ED8D12 !important;
}

/* CUSTOM iFrame Klassen */
iframe {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff;
}
iframe.d360Content {
	height: 60vh;
}

/* CUSTOM DIV/SPAN Klassen */
.filler {
	width: 100%;
	height: 110px;
	position: relative;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.0);
}
.headertext {
	bottom: 75px;
	left: 0;
	position: absolute;
}
.nav_icon {
	vertical-align: super;
}
.sideElement {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	z-index: 1;
}
.sideElement a {
	width: auto;
	height: 32px;
	float: left;
}
.sideElement.kontakt {
	width: 70px;
	right: -2px;
	top: 50px;
}
.sideElement.vita {
	width: 160px;
	right: -2px;
	top: 100px;
}
.bannerElement {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.cardElement {
	width: 100%;
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.cardElement.xxx {
	background-image: url(../pics/systems/xxx);
}
.cardTitle {
	top: 315px;
	left: 45px;
}
.cardJobTtile {
	height: 320px;
}
.cardJob {
	height: 760px;
}
.cardElementAbsolute {
	width: 500px;
	height: 380px;
	position: absolute;
	top: calc(50% - 190px);
	left: 250px;
	box-shadow: 30px 30px 5px 5px rgba(255,255,255,0.5);
	border-radius: 35px;
}
.backgroundElement {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.backgroundElement.logo_drax_sprachen {
	height: 240px;
	background-image: url(../pics/systems/logo_drax_sparchen.png);
}
.backgroundElement.firmensprachschulungen1 {
	height: 352px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-1680892.png);
}
.backgroundElement.firmensprachschulungen2 {
	height: 352px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-1680940.png);
}
.backgroundElement.firmensprachschulungen3 {
	height: 352px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-1680901.png);
}
.backgroundElement.privatunterricht1 {
	height: 352px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-01248.png);
}
.backgroundElement.privatunterricht2 {
	height: 352px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-01372.png);
}
.backgroundElement.privatunterricht3 {
	height: 352px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-01272.png);
}
.backgroundElement.uebersetzungen1 {
	height: 352px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-01586.png);
}
.backgroundElement.uebersetzungen2 {
	height: 352px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-01555.png);
}
.backgroundElement.uebersetzungen3 {
	height: 352px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-01670.png);
}
.backgroundElement.nachhilfe1 {
	height: 352px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-1680619.png);
}
.backgroundElement.nachhilfe2 {
	height: 352px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-1680460.png);
}
.backgroundElement.nachhilfe3 {
	height: 352px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-1680434.png);
}
.backgroundElement.franziska1 {
	height: 550px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-1700274.png);
}
.backgroundElement.franziska2 {
	height: 550px;
	background-image: url(../pics/systems/bilder/c.anne.karsten-02081.png);
}
.backgroundElement.kontakt {
	height: 32px;
	background-image: url(../pics/systems/bilder/kontakt.png);
}
.backgroundElement.vita {
	height: 32px;
	background-image: url(../pics/systems/bilder/vita.png);
}
.iconElement {
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
	background-size: 64px 64px;
	background-position: center center;
}
.iconElement.xxx {
	background-image: url(../pics/systems/xxx);
}
.kontaktdaten {
	height: 400px;
}
.d360Icon {
	width: 100%;
    height: 35vh;
    bottom: 13vh;
    left: 0;
    background-image: url(../pics/systems/icons/icon_360.png);
    background-repeat: no-repeat;
    background-position: center;
	display: inline-block;
}
div.c_simplelink {
	cursor: default;
}
div.c_simplelink:hover {
	cursor: pointer;
}

/* CUSTOM Google Static Maps Klassen */
.googlemaps_marker {
	width: 25%;
	max-width: 64px;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.googlemaps_static_map {
    width: 640px;
	height: 400px;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
	box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.3);
	margin: auto;
}

/* CUSTOM IMG Klassen */
img.navbar_brand_logo_image {
	height: 100px;
}
img.navbar_brand_logo_image_footer {
	height: 75px;
}

/* CUSTOM ANCHOR Klassen */
a.c_simplelink {
	cursor: default;
}
a.c_simplelink:hover {
	cursor: pointer;
}
a.c_textlink {
	cursor: default;
	text-decoration: none;
}
a.c_textlink:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* CUSTOM LABEL Klassen */
label.c_simplelink {
	cursor: default;
}
label.c_simplelink:hover {
	cursor: pointer;
}

/* CUSTOM z-index Klassen */
.c_indexInv {
	z-index: -1 !important;
}
.c_index0 {
	z-index: 0 !important;
}
.c_index1 {
	z-index: 1 !important;
}
.c_index2 {
	z-index: 2 !important;
}
.c_index3 {
	z-index: 3 !important;
}
.c_index4 {
	z-index: 4 !important;
}
.c_index5 {
	z-index: 5 !important;
}
.c_indexTop {
	z-index: 9999 !important;
}

/* CUSTOM FONT Klassen */
.font_IBPSN_REG {
	font-family: IBPSN_REG;
}
.font_IBPSN_SBLD {
	font-family: IBPSN_SBLD;
}
.font_IBPSF_REG {
	font-family: IBPSF_REG;
}
.font_IBPSF_BLD {
	font-family: IBPSF_BLD;
}
.font_size_150 {
	font-size: 150%;
}
.font_shaded_1 {
	text-shadow: 1px 0 #000;
}

/* CUSTOM Background-Farben */
.c_bg1 {
	background: #fff;
}
.c_bg2 {
	background: #000;
}
.c_bg3 {
	background: #014A71;
}
.c_bg4 {
	background: #ED8D12;
}
.c_bg10 {
	background: #ff0000;
}
.c_bgi {
	background: inherit;
}
.c_bg_trp {
	background: rgba(0,0,0,0.0);
}

/* CUSTOM Background-Color-Farben */
.c_bgcol1 {
	background-color: #fff;
}
.c_bgcol2 {
	background-color: #000;
}
.c_bgcol3 {
	background-color: #014A71;
}
.c_bgcol4 {
	background-color: #ED8D12;
}
.c_bgcol10 {
	background-color: #ff0000;
}

/* CUSTOM Schrift-Farben */
.c_col1 {
	color: #fff !important;
}
.c_col2 {
	color: #000 !important;
}
.c_col3 {
	color: #014A71 !important;
}
.c_col4 {
	color: #ED8D12 !important;
}
.c_col10 {
	color: #ff0000 !important;
}

/* CUSTOM Border-Farben */
.c_brdcol1 {
	border-color: #fff !important;
}
.c_brdcol2 {
	border-color: #000 !important;
}
.c_brdcol3 {
	border-color: #014A71 !important;
}
.c_brdcol4 {
	border-color: #ED8D12 !important;
}
.c_brdcol10 {
	border-color: #ff0000 !important;
}

/* CUSTOM Placeholder-Farben */
.c_phc1::placeholder {
	color: #fff !important;
	opacity: 1;
}
.c_phc2::placeholder {
	color: #000 !important;
	opacity: 1;
}
.c_phc3::placeholder {
	color: #014A71 !important;
	opacity: 1;
}
.c_phc4::placeholder {
	color: #ED8D12 !important;
	opacity: 1;
}
.c_phc10::placeholder {
	color: #ff0000 !important;
	opacity: 1;
}

/* Media Query für Ansicht Tab Landscape (iPad Pro) */
@media screen and (max-width: 1370px) {
	
	/* CUSTOM DIV/SPAN Klassen */
	.backgroundElement.logo_drax_sprachen {
		height: 200px;
	}
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1024px) {
	
	
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1024px) and (max-height: 1366px) {
	
	/* CUSTOM DIV/SPAN Klassen */
	.backgroundElement.logo_drax_sprachen {
		height: 185px;
	}
	.backgroundElement.franziska1 {
		background-size: contain;
	}
	.backgroundElement.franziska2 {
		background-size: contain;
	}
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1280px) {
	
	
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1024px) and (max-height: 768px) {
	
	
}

/* Media Query für Ansicht iPhoneX Landscape (Apple) */
@media screen and (max-width: 850px) {
	
	/* CUSTOM Bootstrap Overrides */
	.nav-item {
		margin-top: 0 !important;
	}
	.navbar-nav {
		margin-top: 1rem !important;
	}
	.navbar-brand img {
		height: 75px !important;
		margin-top: 0 !important;
	}
	
	/* CUSTOM DIV/SPAN Klassen */
	.filler {
		height: 85px;
	}
	.headertext {
		bottom: 35px;
		left: 0;
	}
	.backgroundElement.logo_drax_sprachen {
		height: 130px;
	}
	
	/* FOOTER Klassen */
	footer {
		display: none;
	}
}

/* Media Query für Ansicht Tab Portrait (iPad, Android Tablets) */
@media screen and (max-width: 768px) {
	
	/* CUSTOM DIV/SPAN Klassen */
	.backgroundElement.logo_drax_sprachen {
		height: 90px;
	}
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 670px) {
	
	/* CUSTOM DIV/SPAN Klassen */
	.kontaktdaten {
		height: auto;
	}
	
	/* CUSTOM Google Static Maps Klassen */
	.googlemaps_static_map {
		width: 480px;
		height: 300px;
	}
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 570px) {
	
	
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 6/7/8/X, Neuere Android Smartphones) */
@media screen and (max-width: 500px) {
	
	/* CUSTOM DIV/SPAN Klassen */
	.nav_logo {
		height: 150px;
	}
	.headertext {
		bottom: 0;
		left: 0;
		position: relative;
	}
	.backgroundElement.logo_drax_sprachen {
		height: 130px;
		background-size: contain;
		background-position: left center
	}
	
	/* CUSTOM Google Static Maps Klassen */
	.googlemaps_static_map {
		width: 320px;
		height: 200px;
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 320px) {
	
	/* CUSTOM Google Static Maps Klassen */
	.googlemaps_static_map {
		width: 280px;
		height: 175px;
	}
}