@charset "UTF-8";

/* 400 normal */
@font-face {
    font-family: 'IBM Plex Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://www.bilderdeluxe.de/fonts/IBMPlexSans-Regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 600 semibold */
@font-face {
    font-family: 'IBM Plex Sans SemiBold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://www.bilderdeluxe.de/fonts/IBMPlexSans-Semibold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	font-family: 'IBM Plex Sans Regular', sans-serif;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	background-color: #202020;
	color: #eee;
	cursor: default;
}

#preloader { 
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #202020;
	z-index: 999999;
	transition: opacity 1.5s ease 0s;
}

.highlight {
    color: #9c1507;
}

p {
	color: #eee;
	margin-bottom: 15px;
}

::-moz-selection {
    color: #202020;
    background-color: #eee;
}

::-webkit-selection {
    color: #202020;
    background-color: #eee;
}

::selection {
    color: #202020;
    background-color: #eee;
}

a {
	color: #eee;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

b, strong {
	font-family: 'IBM Plex Sans SemiBold', sans-serif;
}

img {
	display: block;
    width: 100%;
}

.button {
    display: inline-block;
	margin: 0px 10px 10px 10px;
	background-color: #eee;
    color: #202020;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    padding: 13px 18px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all .1s ease-in-out;
}

.button:hover {
	background-color: #101010;
    color: #eee;
}

#wrapper {
	text-align: center;
}

.bereich {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding: 6% 0 3% 0;
    display: inline-block;
}

.vollformat {
    max-width: 100%;
    display: inline-block;
}

.col1, .col2 {
	width: 50%;
	float: left;
	text-align: left;
}

.referenzen_box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 18px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

#collage {
    position: relative;
    width: 100%;
    height: 550px;
}

.collage-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(https://www.bilderdeluxe.de/bilder/collage1.jpg) repeat-x center center;
    background-size: contain;
}

#jan {
	border-radius: 3px;
    margin-bottom: 25px;
}

#bilderdeluxe {
	color: #777;
    display: inline-block;
    font-size: 37px;
    line-height: 1;
}

h1 {
	font-size: 60px;
    line-height: 1;
    margin: 0 0 30px 0;
}

h3 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 600;
}

.untertitel {
    font-size: 26px;
    display: block;
    margin-top: 15px;
    line-height: 1.4;
    color: #ccc;
}

.bd-wrap {
	display: flex;
    gap: 10px;
    margin-bottom: -12px;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.2; }
    100% { opacity: 1; }
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.2; }
    100% { opacity: 1; }
}

#mitton {
	width: 60px;
    bottom: 10px;
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-animation: blink normal 1.2s infinite ease-in-out;
    -webkit-animation: blink normal 1.2s infinite ease-in-out;
    -ms-animation: blink normal 1.2s infinite ease-in-out;
    animation: blink normal 1.2s infinite ease-in-out;
}

#infos {
	display: flex;
    gap: 20px;
}

#referenzen {
	margin-bottom: 60px;
}

.referenz {
    position: relative;
    cursor: pointer;
}

.referenz_overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20,20,20,0.35);
    transition: all 0.1s ease-in-out;
}

.referenz:hover .referenz_overlay {
    background-color: rgba(20,20,20,0.6);
}

.referenz_overlay_icon {
    background-image: url(https://www.bilderdeluxe.de/bilder/play_1.png);
    background-size: cover;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

.referenz:hover .referenz_overlay:hover .referenz_overlay_icon {
    background-image: url(https://www.bilderdeluxe.de/bilder/play_2.png);
    opacity: 1;
}

.mehr {
    margin: 0 0 20px 0;
    max-width: 340px;
    border: 4px solid #555;
    line-height: 1;
    padding: 17px 15px;
    cursor: pointer;
    color: #aaa;
    font-size: 20px;
    background-color: #202020;
}

.x-icon {
    transform: rotate(45deg);
    display: inline-block;
    float: right;
    color: #808080;
    transition: transform 0.3s ease;
}

.mehr-infos {
    max-height: 0;
    display: none;
    overflow: hidden;
    padding: 22px 0 9px;
    color: #eee;
    font-size: 18px;
    line-height: 1.5;
    cursor: default;
    transition: max-height 0.4s ease;
}

.mehr-infos.open  {
    display: block;
    max-height: 1000px;
}

#mehr-leistungen ul li {
    margin-bottom: 10px;
}

.kd {
	max-width: 220px;
    margin: 0 0 0 0;
    cursor: pointer;
}

/* Popup */

#popupDialog {
    display: none;
    position: fixed;
    top: 50%;
    z-index: 10000;
    width: 95%;
    max-height: 90%;
    overflow: scroll;
    max-width: 1100px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #202020;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
    color: rgb(255, 255, 255);
    transition: opacity .5s ease-in-out;
}

#popupDialogOverlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.95);
    z-index: 9999;
    transition: opacity .5s ease-in-out;
}

#popupDialogClose {
    padding: 5px 13px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
    color: #888;
    background-color: #202020;
    cursor: pointer;
    z-index: 9999;
}

#popupDialogClose.textClose {
	position: sticky;
	float: right;
	display: inline-block;
}

#popupDialogClose:hover {
	color: #9c1507;
}

#popupDialogVideo {
	display: block;
	max-width: 1100px;
    width: 100%;
}

#popupDialogTitel {
    color: #888;
    padding-top: 15px;
    font-size: 17px;
}

#popupDialogTitel p {
	padding: 0 10px 30px 10px;
    max-width: 690px;
    margin: 0 auto;
}

#popupDialog h3:first-child {
	margin-left: 40px;
}

#popupDialog .kd {
	margin: 0 auto;
    max-height: 30px;
    width: auto;
    cursor: default;
}

#kontaktdaten {
	letter-spacing: 1px;
}

.mehr-col {
	padding-top: 50px;
}

#impressum {
    width: 100%;
    text-align: center;
    display: block;
    color: #444 !important;
    margin-bottom: 35px;
    font-size: 85%;
}

#impressum a {
	color: #444 !important;
}

@media screen and (max-width: 900px) { 
	
	#infos {
		display: inline-block;
		padding-top: 60px;
	}
	.col1, .col2 {
		width: 100%;
	}
	#collage { 
		height: 400px;
	}
	.collage-wrapper {
        background-size: cover;
    }
}

@media screen and (max-width: 600px) {
	
	h1 {
    	font-size: 40px;
    }
    
    .untertitel {
    	font-size: 23px;
    }
    
    #bilderdeluxe {
	    font-size: 33px;
    }
    
	#collage { 
		height: 280px;
	}
	
	.referenzen_box {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	
}