@charset "utf-8";
/* CSS Document */

/* Typekit Schriften */
@font-face {
	font-family: "brother-1816-printed", sans-serif;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	font-family: "brother-1816-printed", sans-serif;
	font-display: swap;
}

body {
	height: 100%;
	display: grid;
	grid-template-rows: auto 1fr auto;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	font-size: 0.625rem;
	background-image: url("../img/background.webp") !important;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Hintergrund Galerien */
.fwdrl-main-background {
	background-image:url(../img/background_galerie.webp);
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover !important;
}

header {
	height: 72px;
	background-image: url("../img/unterschrift.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.52 all ease-in-out;
}

main {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	width: 100%;

}

.homelink {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 3;
	cursor: pointer;
	top: 0;
	left: 0;
	transition: 0.52s all ease-in-out;
}

.homebutton {
	color: #000 !important;
	transition: 0.52 all ease-in-out;
	font-size: 1rem;
	padding: 0 5px;
	text-align: center;
	border: 2px solid #000;
	border-bottom: 2px solid #000 !important;
	text-decoration: none !important;
	font-family: "brother-1816-printed", sans-serif;
	font-weight: 500;
	font-style: normal;
	
	line-height: 90% !important;
	cursor: pointer;
}

.homebutton:hover {
	color: #666 !important;
	text-decoration: none !important;
	border: 2px dotted #666;
	border-bottom: 2px dotted #666 !important;
}

.container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	width: 82%;
	box-sizing: border-box;
	grid-template-areas:
    	'promo promo'
		'fotografie malereizeichnung'
		'digitalekunst grafikdesign'
		'video leer'
   ;
	
}

.container_text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 82%;
	box-sizing: border-box;
}

.box1 { grid-area: fotografie; }
.box2 { grid-area: malereizeichnung; }
.box3 { grid-area: digitalekunst; }
.box4 { grid-area: grafikdesign; }
.box5 { grid-area: video; }
.box6 { grid-area: leer; }

.undicht_promo,
.box {
	outline: 2px solid black;
	outline-offset: -2px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: "brother-1816-printed", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25rem;
	
	text-align: center;
	transition: 0.76s all ease-in-out;
	box-sizing: border-box;
	flex-shrink: 0 !important;
	line-height: 117.5%;
	z-index: 2;
}

.undicht_promo {
	height: 150px;
	grid-area: promo;
}

.box {
	height: 83px;
}

.undicht_auszeichnung {
	font-family: "brother-1816-printed", sans-serif;
	font-weight: 700;
	font-style: italic; 
	font-size: 1.63rem;
	
	line-height: 125%;
}

.footer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	font-family: "brother-1816-printed", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 0.72rem;
	
}

.spacer {
	display: inline;
	width: 7px;
}

sup {
	position: relative;
	top: -1px;
	margin-right: 2px;
}

.zentriert {
	text-align: center;
}

/* Hover Animationen Startseite */
.startseite_link {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	z-index: 2;
	transition: .76s all ease-in-out;
	position: relative;
	top: 0;
	left: 0;
	color: #000;
	background-color: rgba(255,255,255,1);
	outline: 2px solid #000;
	outline-offset: -2px;
}
	
.startseite_link:hover {
	cursor: pointer;
	color: rgba(255,255,255,1);
	outline: 2px dotted #666;
	outline-offset: -2px;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.76);
	background-color: rgba(255,255,255,0);
}

/* Undicht Promo */
.startseite_bg_box0 {
	background-image: url("../img/hover_undicht.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

/* Fotografie */
.startseite_bg_box1 {
	background-image: url("../img/hover_fotografie.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

/* Malerei & Zeichnung */
.startseite_bg_box2 {
	background-image: url("../img/hover_malereiundzeichnung.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

/* Digitale Kunst */
.startseite_bg_box3 {
	background-image: url("../img/hover_digitalekunst.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

/* Grafikdesign */
.startseite_bg_box4 {
	background-image: url("../img/hover_grafikdesign.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

/* Video */
.startseite_bg_box5 {
	background-image: url("../img/hover_video.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

/* VITA */
.startseite_bg_box6 {
	background-image: url("../img/hover_vita.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

/* TEST-BOX */
.startseite_bg_box7 {
	background-image: url("../img/hover_video.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

/* TEXT */

.fliesstext,
.fliesstext_fett,
.fliesstext_fett_kursiv,
.undicht_auszeichnung_fliesstext {
	font-family: "brother-1816-printed", sans-serif;
	
}

.fliesstext {
	font-weight: 300;
	font-style: normal;
	line-height: 127.5%;
	font-size: 1rem;
}


.fliesstext_fett {
	font-weight: 500;
	font-style: normal;
	font-size: 1.17rem;
}

.fliesstext_fett_kursiv {
	font-weight: 500;
	font-style: italic;
}

.fliesstext_unterstrichen {
	text-decoration: underline;
}

.undicht_auszeichnung_fliesstext {
	font-size: 1.27rem;
	margin-right: 4px;
	font-weight: 700;
	font-style: italic;
}

.auszug {
	font-size: 1.17rem;
	font-weight: 300;
	display: inline-block;
	line-height: 132.5%;
	margin-bottom: 11px;
}

.container_text a,
footer a {
	display: inline;
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #666;
	transition: 0.52s all ease-in-out;
} 

.container_text a:hover,
footer a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}


/* Zurück */
.zurueck {
	font-size: 2.27rem;
	transition: 0.76s all ease-in-out;
	cursor: pointer;
	color: #666;
	border: none !important;
	text-decoration: none !important;
	position: relative;
	left: -7px;
	width: 50px;
	padding: 4px 0;
}

.zurueck:hover {
	color: #000;
}

.fuss {
	margin: 20px 0 27px 0 !important;
}

/* Undicht Unterseite */
.shopping_link {
	background-color: #CDC378;
	color: #fff !important;
	font-family: "brother-1816-printed", sans-serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 1.27rem;
	
	padding: 7px 11px;
	text-align: center;
	border: none !important;
	transition: 0.76s all ease-in-out;
	width: 100%;
	display: block;
}
	
.shopping_link:hover {
	color: #666 !important;
}

.hirn {
	color: #CDC378;
	font-family: "brother-1816-printed", sans-serif;
	font-weight: 500;
	font-size: 102.5%;
	
	padding: 0 4px;
}

/* Galerie-Ansicht */
.galerie_container {
  	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	gap: 10px;
}

.galerie_vorschau {
  	width: 100%;
  	padding-top: 100%; /* Erzeugt ein Quadrat */
	outline: 2px solid #000;
	outline-offset: -2px;
	cursor: pointer;
	transition: 0.76s all ease-in-out;
}
	
.galerie_vorschau:hover, 
.video_vorschau:hover {
	outline: 2px dotted #666;
	outline-offset: -2px;
}

/* Galerie-Ansicht Videos */
.video_container {
	display: grid;
  	grid-template-columns: repeat(1, 1fr);
  	gap: 10px;
}

.video_vorschau {
	width: 100%;
  	padding-top: 50%; /* Erzeugt ein Rechteck */
	outline: 2px solid #000;
	outline-offset: -2px;
	cursor: pointer;
	transition: 0.76s all ease-in-out;
}

/* Fehlerseite 404 */
.fehler > img {
	width: 100%;
	height: auto;
	outline: 2px solid #000;
	outline-offset: -2px;
}

/* Hintergrund-Grafiken main */
.main_start {
	background-image: url("../img/main_start.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

@media screen and (min-width: 666px) {
.container, .container_text {
	width: 68%;	
}	
	
.galerie_container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}	
	
.video_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}		
	
}


@media screen and (min-width: 880px) {

header {
	height: 96px;
	background-image: url("../img/unterschrift.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.52 all ease-in-out;
}	
	
.container, .container_text {
	width: 54%;	
}	
	
.undicht_promo,
.box {
	font-size: 2rem;	
}	
	
.undicht_promo {
	height: 200px;
}

.box {
	height: 133px;
}
	
.undicht_auszeichnung {
	font-family: "brother-1816-printed", sans-serif;
	font-weight: 700;
	font-style: italic; 
	font-size: 2.47rem;
	
	line-height: 125%;
}
	
.footer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 52px;
	font-family: "brother-1816-printed", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 0.96rem;
	
}	
	
}


