/*------------------------------*/
/*--------- MAIN PAGE ---------*/
/*------------------------------*/

@font-face { 
	font-family: "Montserrat"; 
	src: url('../fonts/Montserrat-VariableFont_wght.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Montserrat-VariableFont_wght.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/Montserrat-VariableFont_wght.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/Montserrat-VariableFont_wght.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/Montserrat-VariableFont_wght.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
    font-style: normal;
}

@font-face { 
	font-family: "Roboto"; 
	src: url('../fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/Roboto-Regular.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/Roboto-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/Roboto-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
    font-style: normal;
}

@font-face { 
	font-family: "Dancing Script";
	src: url('../fonts/DancingScript-VariableFont_wght.eot'); /* IE9 Compat Modes */
	src: url('../fonts/DancingScript-VariableFont_wght.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/DancingScript-VariableFont_wght.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/DancingScript-VariableFont_wght.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/DancingScript-VariableFont_wght.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
    font-style: normal;
}

html,
body {
	height: 100%;
	width: 100%;
	position: relative;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 600;
	color: #383838;
	font-size: 16px !important;
	/*scroll-behavior: smooth;*/
	background-color: white;
	line-height: 24px;
}

a,
a:hover,
a:active {
	color: #888888;
	text-decoration: none;
}

b {
	font-weight: bold;
}

#flagbar {
	position: absolute;
	margin-top: 10px;
	right: 15px;
}

#flag {
	width: 25px;
	height: 15px;
}

.lang {
	display: none;
}

#lang-de .de,
#lang-en .en {
	display: block;
}

#normalnav {
	display: none;
}

#mobilenav {
	display: none;
}

#navigation {
	z-index: 8;
}

.hide {
	display: none !important;
}

/*------------------------------*/
/*--------- NAVIGATION ---------*/
/*------------------------------*/

#navigation {
	position: fixed;
	width: 100%;
}
#navbar {
	background-color: #f9f9f9;
	width: 100%;
	position: fixed;
	z-index: 9;
	text-transform: uppercase;
	color: #888888;
	min-height: 52px;
	display: flow-root;
	position: relative;
	font-size: 14px;
}
#normalnav {
	align-self: center;
	display: inline-flex;
	float: right;
	margin-right: 30px;
}
.navitem .active {
	border-bottom-color: #888888;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#navbartitle {
	display: inline-block;
	padding: 1.4rem 1.4rem;
}
#navbartitleinner {
	font-size: 20px;
	color: #900000;
}
#normalnav .navitem {
	display: inline-block;
	padding: 1.4rem 1rem;
}

#mobileul {
	margin-bottom: 1rem;
	list-style-type: none;
}
#mobileul li.nav-item {
	font-size: 20px;
	padding: 3px;
}

#togglemobilenavbutton {
	position: fixed;
	width: 25px;
	right: 12px;
	top: 12px;
	cursor: pointer;
	z-index: 9;
}
#togglemobilenavbutton {
	display: none;
}
#togglemobilenavbutton div {
	width: auto;
	height: 3px;
	background-color: #5d5d5d;
	margin: 6px 0;
}

/*------------------------------*/
/*--------- HEADER ---------*/
/*------------------------------*/
#header {
	height: 100%;
	width: 100%;
}
#headerfirstpart {
	height: 32%;
}
#headersecondpart {
	position: relative;
	height: 58%;
	z-index: 1;
}
#topdescription {
	line-height: 5vw;
	top: 22%;
	width: auto;
	font-size: 3vw;
	text-transform: uppercase;
	z-index: 6;
	right: 13%;
	position: absolute;
	color: #000000;
	text-align: right;
}

#headername {
	color: #900000;
	font-size: 2.2vw;
	top: 2vw;
	position: relative;
}

#torroimg {
	left: 9%;
	height: auto;
	width: 45%;
	z-index: 2;
	position: absolute;
	bottom: -1%;
	max-width: 900px;
}

#quotetext {
	position: absolute;
	right: 5%;
	width: auto;
	bottom: -1%;
	font-family: "Dancing Script", cursive;
	font-size: 1.5em;
	max-width: 62%;
	font-weight: 400;
}
/*------------------------------*/
/*----------- CONTENT ----------*/
/*------------------------------*/

.headingbar {
	font-size: 2vw;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	padding-bottom: 3%;
	padding-top: 7%;
}

.contentbar {
	height: auto;
	left: 15%;
	width: 70%;
	position: relative;
	display: flex;
}

.gallery {
	display: inline-block;
}

.contentbar #quote {
	overflow: auto;
	height: 17vw;
	margin-bottom: 20px;
	height: 25vw;
}

.contentbar .thumbnail:hover {
	text-decoration: unset;
}

/*
button.advancer {
    height: auto;
    width: auto;
    border: none;
    position: absolute;
	background: none;
	display: none;
	top: 14%;
	padding: 0;
	visibility: hidden;
}

.advancer img {
    height: 30px;
    width: 19px;
	opacity: 0.5;
    filter: drop-shadow(0px 6px 2px black);
	transition: all 0.5s;
}

#advancer_left {
    left: 0;
}

#advancer_right {
    right: 0;
}
*/

.column {
	float: left;
}

.col1 {
	width: 33%;
	text-align: center;
}

.col2 {
	width: 67%;
}

#personalpicture img {
	height: 25vw;
    width: 18vw;
    max-height: 450px;
    object-fit: scale-down;
}

#curriculumbar .card h2 {
	font-size: 1.3rem;
}

.scrolling-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.scrolling-wrapper::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	background-color: #fff;
}

.scrolling-wrapper::-webkit-scrollbar {
	width: 20px;
	background-color: #f1f1f1;
	height: 11px;
	display: block;
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
	border-radius: 50px;
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
	background-color: #c1c1c1;
}

.card {
	display: inline-block;
	min-width: 10%;
	padding: 1% 4%;
	border: 0px;
}

#galerie .contentbar,
#auftragsarbeiten .contentbar {
	display: inline-block;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
	outline: none !important;
	box-shadow: none !important;
}

.modal {
	background-color: #00000000 !important;
}

.modal {
	width: auto !important;
	max-width: unset !important;
	box-shadow: unset !important;
	outline: none !important;
	padding: 0 !important;
	background: #00000000;
}

.blocker {
	z-index: 11 !important;
	background-color: white !important;
}

/*
	TEMPORÄRER HINTERGRUND - SETTINGS:
*/
/*.blocker {
    background-color: #151515 !important;
}
*/
/* Bildunterschrift 
h4#image-gallery-title { 
    color: #c1c1c1;
}*/

/* x- Knopf weiß 
.modal a.close-modal {
	filter: invert(1);
}*/

img#image-gallery-image {
	border-color: #b1b7b1;
	border-width: 1px;
	border-style: solid;
}

/*
------------------------------------------------
*/

.thumb {
	margin-top: 15px;
	margin-bottom: 15px;
}

.img-thumbnail {
	height: 7em;
	margin: 5px;
}

.contentbar .thumbnail:hover {
	text-decoration: unset;
}

.arrowbutton {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	border-radius: 5px;
	transition: all 0.3s;
	background-color: #c9d2da70;
	border-color: #c9d2da70;
}

.modal-body-image-arrow img {
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.arrowbutton:hover {
	background-color: #aab1b7;
	border-color: #aab1b7;
	cursor: pointer;
}

.modal-body-image-arrow {
	height: 100%;
	position: absolute;
	width: 450px;
	cursor: pointer;
	z-index: 4;
}

.modal-body-image-arrow-left {
	right: 50%;
}

.modal-body-image-arrow-right {
	left: 50%;
}

.arrowbutton_left {
	left: -30px;
}

.arrowbutton_right {
	right: -30px;
}

.modal-body-image {
	max-height: 75vh;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	vertical-align: middle;
	display: inline-flex;
}

.modal a.close-modal {
	background-image: url(../img/cross.png) !important;
	top: -40px !important;
	right: -40px !important;
	width: 15px !important;
	height: 15px !important;
}

img#image-gallery-image {
	width: auto !important;
	max-height: 75vh;
	max-width: 100%;
	height: auto !important;
	z-index: 3;
}

.modal-footer {
	text-align: center;
	padding-top: 40px;
}

#close-picture {
	right: 0;
	position: absolute;
}

.btn-secondary {
	background-color: #c9d2da;
	border-color: #c9d2da;
}

.btn-secondary:hover {
	background-color: #aab1b7;
	border-color: #aab1b7;
}

.form-control {
	display: block;
	width: 95%;
	height: calc(0.7em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group {
	margin-bottom: 1rem;
}

.btn-primary {
	background-color: #f9f9f9;
	text-transform: uppercase;
	width: 300px;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	color: #495057;
	transition: all 0.5s;
	border-color: unset;
	border: 1px solid #ced4da;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	align-items: flex-start;
	color: black;
	text-indent: 0px;
	text-shadow: none;
	color: #495057;
}
.btn-primary:hover {
	width: 325px;
	border-color: unset;
}

#emailHelp {
	font-size: 80%;
	line-height: 1.5;
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}

#kontaktbar {
	position: relative;
	display: block;
}

#kontaktbar,
.contentbar #kontaktbar li {
	font-family: "Montserrat", sans-serif !important;
	padding-left: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #acacac;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #acacac;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #acacac;
}

#confirmationtext {
    margin-bottom: 20px;
    color: #900000;
}

.col {
	width: 50%;
	display: grid;
	float: left;
}

.aufzaehlung {
	margin-left: 13px;
}

.aufzaehlung li {
	display: flex;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	white-space: break-spaces;
}

.aufzaehlung p {
	margin-left: 55px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

#kontaktrow {
	display: flex;
	flex-wrap: wrap;
}

#aktuell {
	margin-bottom: 2%;
}

#auftragsarbeiten .contentbar {
	padding-bottom: 2%;
}

#euletrans {
	height: 100px;
	margin: 30px;
}

#innerkontaktbar {
	margin-right: 20px;
}

.personaladress {
	word-break: keep-all;
	white-space: nowrap;
}

.personaladress .einrueckunglinks {
	margin-left: 80px;
}

#creatortext {
	margin-bottom: 30px;
}

/*------------------------------*/
/*----------- FOOTER -----------*/
/*------------------------------*/

#footer {
	height: auto;
	top: 5%;
	position: relative;
	color: #383838;
	padding: 3%;
	text-align: center;
	background-color: #f9f9f9;
}

#emailtext {
	overflow: hidden;
	height: 23px;
}

#impressumbar {
	text-align: left;
	font-size: 14px;
}

#impressumbar .headingbar {
	padding-top: 2%;
}

#impressumbar .contentbar {
	display: inline-block;
}

#text {
	color: #900000;
}

#emailtext a {
	color: rgb(33, 37, 41);
}

#fadeemail {
	display: none;
}

#emailtext {
	overflow: hidden;
	height: 23px;
}

#emailtext:hover > #text {
	display: none;
}

#emailtext:hover > #email {
	display: inherit;
}

/*------------------------------*/
/*----------- MEDIA ------------*/
/*------------------------------*/

@media (max-width: 1230px) {
	#normalnav .navitem {
		padding: 1.4rem 0.3rem;
	}
	
	#headerfirstpart {
		height: 10%;
	}
}

@media (max-width: 1068px) {
	.modal-body-image-arrow {
		width: 45.3vw;
	}

	#navbar {
		display: flex;
	}

	#navbartitle {
		white-space: nowrap;
	}

	#normalnav {
		text-align: right;
	}

	#flagbar {
		top: 71px;
	}
}

@media (max-width: 1047px) {
	#flagbar {
		top: 142px;
	}
}

@media (max-width: 910px) {
	.modal-body-image-arrow {
		width: 45vw;
	}
}

@media (max-width: 900px) {
	#torroimg {
		left: 9%;
		height: auto;
		width: 35%;
		z-index: 2;
		position: absolute;
		bottom: 35%;
	}

	#quotetext {
		max-width: 89%;
		bottom: -12%;
		font-size: 1.2em;
	}

	#headername {
		font-size: 2.8vw;
	}

	#topdescription {
		top: 42%;
		font-size: 4vw;
	}

	#headerfirstpart {
		height: 35%;
		min-height: 235px;
	}

	#headersecondpart {
		height: 30%;
		min-height: 230px;
	}

	.headingbar {
		font-size: 25px;
	}

	.contentbar #quote {
		height: 28vw;
	}

	.listingbar {
		margin-bottom: 30px;
	}

	#topdescription {
		line-height: 7vw;
	}

	.headingbar {
		padding-bottom: 6%;
		padding-top: 10%;
	}

	#ausstellungen .col,
	#auftragsarbeiten .col {
		width: 100%;
	}

	#ausstellungen .listings,
	#auftragsarbeiten .listings {
		margin-bottom: 0px;
	}

	.arrowbutton_left {
		left: -10px;
	}

	.arrowbutton_right {
		right: -10px;
	}

	.modal a.close-modal {
		top: -20px !important;
		right: -1px !important;
	}

	img#image-gallery-image {
		width: auto !important;
		height: 62vw !important;
	}

	.modal-body-image-arrow {
		width: 48vw;
	}
}

@media (max-width: 860px) {
	#kontaktrow {
		display: grid;
	}

	#kontaktrow .col {
		width: 100%;
		padding-top: 0;
	}

	.contentbar {
		left: 5%;
		width: 90%;
	}

	#innerkontaktbar {
		margin-right: 0;
	}
}

@media (max-width: 682px) {
	/* MOBILE NAVIGATION TOGGLE */
	#navbartitle {
		padding: 1rem 1.4rem;
	}

	#mobilenav .navitem {
		padding: 10px 0 5px 84px;
		width: 100%;
	}

	#normalnav {
		display: none;
	}

	#mobilenav {
		margin-top: 20px;
		padding-bottom: 20px;
	}

	.navitem {
		display: table;
	}

	#togglemobilenavbutton {
		display: block;
	}

	.navitem .active {
		border-bottom-width: 0px;
	}

	#navbar {
		display: block;
	}

	#flagbar {
		left: auto;
		top: 9px;
		margin-right: 36px;
	}

	/* ----- */

	.scrolling-wrapper::-webkit-scrollbar {
		height: 5px;
	}

	button.advancer {
		display: block !important;
	}
}

@media (min-width: 683px) {
	#normalnav {
		display: block;
	}
	#mobilenav {
		display: none !important;
	}
	#flagbar {
		display: block !important;
	}
}

@media (max-width: 667px) {
	.aufzaehlung {
		margin-left: 0;
	}

	.aufzaehlung p {
		margin-left: 30px;
	}
}

@media (max-width: 500px) {
	.column {
		width: 100%;
	}

	#personalpicture img {
		height: 45vw;
		padding-bottom: 15px;
		width: unset;
	}

	.contentbar #quote {
		height: 88vw;
	}

	.arrowbutton {
		height: 28px;
		width: 28px;
	}

	.modal-body-image-arrow img {
		height: 14px;
	}
}

@media (max-width: 430px) {
	.modal-body-image-arrow {
		width: 46.5vw;
	}
}

@media (max-width: 334px) {
	.form-control {
		width: 88%;
	}

	.btn-primary {
		width: 200px;
	}

	.personaladress {
		margin-left: -4px;
	}
}

@media (max-height: 500px) {
	#headersecondpart {
		min-height: 145px;
	}
	#quotetext {
		bottom: 0%;
	}
}
@media (max-height: 380px) {
	#quotetext {
		display: none;
	}
}

@media (max-width: 318px) {
	#navbartitleinner {
		font-size: 15px;
		padding-top: 2px;
	}
}
}
