/* ANNE PHOTOGRAFIE CUSTOM CSS */
/* @author DUNNET UG (AB) */

/* OTF Fonts Einbinden */
@font-face {
	font-family: UVLTS_ST;
	src: url(../fonts/UniversLTStd.otf) format("opentype");
	src: url(../fonts/UniversLTStd.woff) format("woff");
}
@font-face {
	font-family: UVLTS_STCN;
	src: url(../fonts/UniversLTStd-Cn.otf) format("opentype");
	src: url(../fonts/UniversLTStd-Cn.woff) format("woff");
}
@font-face {
	font-family: UVLTS_LT;
	src: url(../fonts/UniversLTStd-Light.otf) format("opentype");
	src: url(../fonts/UniversLTStd-Light.woff) format("woff");
}
@font-face {
	font-family: UVLTS_LTCN;
	src: url(../fonts/UniversLTStd-LightCn.otf) format("opentype");
	src: url(../fonts/UniversLTStd-LightCn.woff) format("woff");
}

/* Body */
body {
	font-family: UVLTS_ST, UVLTS_STCN, UVLTS_LT, UVLTS_LTCN;
	overflow-x: hidden;
}

/* CUSTOM Bootstrap Overrides */
.nav-link {
	color: #4A4A4A !important;
}
.nav-item {
	margin-top: -25px !important;
}
.nav-link:hover {
	color: #fff !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);
}
.navbar_pos_auto {
	margin-left: 0 !important;
	margin-right: auto !important;
}
.headertext {
	top: 50px;
}
.headertext label {
	right: 0;
	top: 20px;
}
.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: 32px;
	height: 32px;
	float: left;
}
.bannerElement {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bannerElement.header_home {
	height: 250px;
	background-image: url(../pics/systems/bilder/headerbilder/headerbild_home.png);
}
.bannerElement.header_business {
	height: 1080px;
	background-image: url(../pics/systems/bilder/headerbilder/headerbild_business.png);
}
.bannerElement.header_familienreportagen {
	height: 1080px;
	background-image: url(../pics/systems/bilder/headerbilder/headerbild_familienreportagen.png);
}
.bannerElement.header_hochzeiten {
	height: 1080px;
	background-image: url(../pics/systems/bilder/headerbilder/headerbild_hochzeiten.png);
}
.bannerElement.header_thatsme {
	height: 1080px;
	background-image: url(../pics/systems/bilder/headerbilder/headerbild_thatsme.png);
}
.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.anne_profil {
	height: 884px;
	background-image: url(../pics/systems/bilder/thatsme/anne.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;
}

/* 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: 150px;
	transition: height 0.5s;
}
img.imgsmall {
	height: 100px !important;
	transition: height 0.5s;
}
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 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_UVLTS_ST {
	font-family: UVLTS_ST;
}
.font_UVLTS_STCN {
	font-family: UVLTS_STCN;
}
.font_UVLTS_LT {
	font-family: UVLTS_LT;
}
.font_UVLTS_LTCN {
	font-family: UVLTS_LTCN;
}
.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: #707070;
}
.c_bg4 {
	background: #4A4A4A;
}
.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: #707070;
}
.c_bgcol4 {
	background-color: #4A4A4A;
}
.c_bgcol10 {
	background-color: #ff0000;
}

/* CUSTOM Schrift-Farben */
.c_col1 {
	color: #fff !important;
}
.c_col2 {
	color: #000 !important;
}
.c_col3 {
	color: #707070 !important;
}
.c_col4 {
	color: #4A4A4A !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: #707070 !important;
}
.c_brdcol4 {
	border-color: #4A4A4A !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: #707070 !important;
	opacity: 1;
}
.c_phc4::placeholder {
	color: #4A4A4A !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.bild01,
	.backgroundElement.bild02,
	.backgroundElement.bild03,
	.backgroundElement.bild04,
	.backgroundElement.bild05,
	.backgroundElement.bild06,
	.backgroundElement.bild07,
	.backgroundElement.bild08,
	.backgroundElement.bild09,
	.backgroundElement.weiter {
		height: 380px;
		background-size: auto 380px;
	}
}

/* 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) {
	
	
}

/* 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: 820px) {
	
	/* 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;
	}
	.navbar_pos_auto {
		margin-left: auto !important;
		margin-right: 0 !important;
	}
	
	/* FOOTER Klassen */
	footer {
		display: none;
	}
}

/* Media Query für Ansicht Tab Portrait (iPad, Android Tablets) */
@media screen and (max-width: 768px) {
	
	
}

/* 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;
	}
	.backgroundElement.bild01,
	.backgroundElement.bild02,
	.backgroundElement.bild03,
	.backgroundElement.bild04,
	.backgroundElement.bild05,
	.backgroundElement.bild06,
	.backgroundElement.bild07,
	.backgroundElement.bild08,
	.backgroundElement.bild09,
	.backgroundElement.weiter {
		height: 375px;
		background-size: auto 375px;
	}
	
	/* 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;
	}
}