/*‘fonts:*/
/*title: times new roman*/
/*rest:*/
/*open sans light und bold*/

/*font-family: 'Open Sans', sans-serif;*/

/*light: font-weight: 400*/
/*bold: font-weight: 700’ */


#Form_Form_URL_Holder, #Form_Form_Locale_Holder, #Form_Form_Lesson_Holder, #Form_Form_Date_Holder
{
	display: none;
}

#mc_embed_signup
{
    padding-bottom: 40px;
}

#mc_embed_signup label{
    font-size: 26px !important;
    color: white;
}

#mc_embed_signup_scroll
{
	max-width: 600px;
	margin: 0 auto;
}

#mc_embed_signup .clear{
	display: block !important;
	margin-top: 5px;
}

#mc_embed_signup input.email
{
	font-size: inherit !important;
	height: auto !important;
	width: 100% !important; /* Full width */
	padding: 12px !important; /* Some padding */ 
	border: 1px solid #ccc !important; /* Gray border */
	border-radius: 4px !important; /* Rounded borders */
	box-sizing: border-box !important; /* Make sure that padding and width stays in place */
	margin-top: 6px !important; /* Add a top margin */
	margin-bottom: 16px !important; /* Bottom margin */
	resize: vertical !important; /* Allow the user to vertically resize the textarea (not horizontally) */
	float: left;
}

#mc_embed_signup .button
{
    background-color: #657b65 !important;
    font-size: inherit !important;
	color: white !important;
	padding: 10px 20px !important;
	border: none !important;
	border-radius: 4px !important;
	cursor: pointer !important;
	height: auto !important;
	transition: none !important;
	width: 100%;
}

#mc_embed_signup .button:hover
{
    background-color: #769176 !important;
}

	#show-mobile-nav
	{
		background-image: url(navicon.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		background-color: #9b2321;
		position: absolute;
		top: 250px;
		right: 0px;
		z-index: 999;
		width: 52px;
		height: 50px;
	}



 /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 0;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1001; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(155,35,33); /* Black fallback color */
  background-color: rgba(155,35,33, 0.95); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 40px; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay-content a.active, .overlay-content .locales a.current
{
	color: #f9f9cd;
}

/* The navigation links inside the overlay */
.overlay a {
  font-family: glossAndBloom;
  padding: 10px;
  line-height: 150%;
  text-decoration: none;
  font-size: 36px;
  color: #f1f1f1;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay .locales
{
	align-content: center;
}

.overlay .locales a
{
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	display: inline-block;
	padding: 10px;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 5px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
} 


	.container{
		padding: 0 40px 0 40px;
		margin-bottom: 20px;
	}

	.col.w-4{
		margin-bottom: 20px;
	}

	.newsletter input
	{
		float: left;
	}

	 /* Style inputs with type="text", select elements and textareas */
	
	.form input[type=text], select, textarea {
	  width: 100%; /* Full width */
	  padding: 12px; /* Some padding */ 
	  border: 1px solid #ccc; /* Gray border */
	  border-radius: 4px; /* Rounded borders */
	  box-sizing: border-box; /* Make sure that padding and width stays in place */
	  margin-top: 6px; /* Add a top margin */
	  margin-bottom: 16px; /* Bottom margin */
	  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
	}


	.form input[type=email], input[type=tel] {
	  width: 100%; /* Full width */
	  padding: 12px; /* Some padding */ 
	  border: 1px solid #ccc; /* Gray border */
	  border-radius: 4px; /* Rounded borders */
	  box-sizing: border-box; /* Make sure that padding and width stays in place */
	  margin-top: 6px; /* Add a top margin */
	  margin-bottom: 16px; /* Bottom margin */
	  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
	}

	/* Style the submit button with a specific background color etc */
	.form input[type=submit] {
	  background-color: #657b65;
	  color: white;
	  padding: 12px 20px;
	  border: none;
	  border-radius: 4px;
	  cursor: pointer;
	}

	/* When moving the mouse over the submit button, add a darker green color */
	.form input[type=submit]:hover {
	  background-color: #769176;
	}

	.facebook-icon, .instagram-icon, .mail-icon {
    	width: 70px;
    	text-align: center;
    	text-decoration: none;
    	border-radius: 50%;
    	background-color: white;
		color: black;
    	height: 70px;
    	margin: 0 10px 0 10px;
	}

	.facebook-icon:hover path#path868,
	.instagram-icon:hover path#path859,
	.mail-icon:hover path#path855
	{
		fill: #9b2321 !important;
	}

	.home, .page
	{
		background-color: #9b2321;
		padding-bottom: 20px;
		padding-top: 40px;
		color: white;
	}

	.home
	{
		padding-bottom: 60px;
	}
	

	.home h1, .home h2, .home h3, .page h1, .page h2, .page h3
	{
		color: white;
	}

	.home a, .page a
	{
		font-style: italic;
		color: #f9f9cd;
		font-weight: bold;
	}

	.form 
	{
		margin-top: 20px;
	}

	.lesson a, .news a
	{
		font-style: italic;
		color: #9b2321;
		font-weight: bold;
		display: block;
	}

	.gallery
	{
		padding-top: 40px;
		padding-bottom: 40px;
		color: black;
		background-color: #b7c8b7;
	}

	.lesson
	{
		padding-top: 40px;
		padding-bottom: 20px;
		color: black;
		background-color: #b7c8b7;
		margin-bottom: 40px;
	}

	.newspage
	{
		padding-top:40px;
		padding-bottom: 40px;
		color: #333333;
		background-color: #f9f9cd;
	}

	.news
	{
		padding-top:40px;
		padding-bottom: 20px;
		color: #333333;
		background-color: #f9f9cd;
		margin-bottom: 40px;
	}

	.col.w-4.painting
	{
		margin-bottom: 50px;
	}
	.painting .sold
	{
		color: black;
		text-align: left;
		font-style: italic;
		line-height: 150%;
	}

	.painting a
	{
		color: #9b2321;
		font-style: italic;
		font-weight: bold;
		font-size: 18px;
	}

	.container .painting img
	{
		padding-right: 0;
	}

	.painting table
	{
		width: 100%;
	}

	.painting table td
	{
		text-align: right;
	}

	.painting table th, .painting table td
	{
		font-size: 18px;
		line-height: 120%;
	}
	.container img
	{
		padding-right: 0px;
		max-width: 100%;
		width: 400px;
		height: auto;
	}

	.price
	{
		display: block;
		margin-top: 20px;
	}


	.date
	{
		display: block;
		margin-bottom: 10px;
		color: #9b2321;
	}

	strong
	{
		font-weight: 700;
	}



	@font-face {
    	font-family: glossAndBloom;
    	src: url(Gloss_And_Bloom.ttf);
    	font-display: swap;
	}

	a{
		cursor: pointer;
		text-decoration: none;
	}


	h1{
		font-family: 'Quicksand', sans-serif;
		font-weight: bold;
		font-size: 35px;
		line-height: 150%;
		color: black;
		font-weight: bold;
		margin-bottom: 20px;
	}

	h2, h3{
		font-family: 'Quicksand', sans-serif;
		font-weight: bold;
		line-height: 120%;
		font-size: 30px;
		color: black;
		margin-bottom: 10px;
	}

	h4, h5{
		font-family: 'Quicksand', sans-serif;
		font-weight: bold;
		font-size: 25px;
		line-height: 120%;
		color: black;
		margin-bottom: 10px;
	}


	*{
		font-family: 'Quicksand', sans-serif;
		font-weight: normal;
		font-size: 20px;
	}

	p{
		margin-bottom: 20px;
	}

	body{
		margin: 0;
		padding: 0;
		line-height: 150%;
		background-color: #ffffff;
	}

	/* Mobile */
	.col.content, .col.col-left{
		float: left;
	}

	header{
		background-color: #ffffff;
		position: relative;
		margin-bottom: 50px;
		height: 290px;
	}

	header .logo-container
	{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index:100;

	}

	header .logo{
		background-image: url(AtelierKarminLogo.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		margin: 0px auto;
		height: 280px;
		width: 360px;
	}

	header .slogan
	{
		font-family: 'Quicksand', sans-serif;
		font-weight: 700;
		color: #556255;
		text-align: center;
		text-shadow: 0px 0px 5px white, 2px 2px 5px white, -2px -2px 5px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 20px white, 0px 0px 20px white, 0px 0px 20px white;
		margin-top:-65px;
		font-size: 22px;

	}






	#show-mobile-nav .fa
	{
		background-color: white;
		padding: 8px 10px 8px 10px;
		border-radius: 0;
		height: auto;
		width: auto;
	}

	.nav-mobile{
		position: absolute;
		display: none;
		top: 320px;
		right: 30px;
		z-index: 1001;
	}
	
	.nav{
		display: none;
	}

	.slider{
		position: relative;
		/*margin-top: 80px;*/
		margin-left: 0px;
		position: absolute;
		height: 300px;
		width: 100%;
		overflow: hidden;
	}

	.slider .item{
		position: absolute;
		height: 100%;
		width: 100%;
		background-size: cover;
		background-position: top center; 
	}

	.slider .col{
		position: absolute;
		top: 40px;
		left: 20px;
		z-index: 1000;
	}
	.slider h1{
		padding-top: 0px;
		position: relative;
		margin-right: 10px;
		line-height: 100%;
		color: #ffffff;
		text-shadow: 1px 1px 1px #5c5b60;

	}

	.slider a{
		position: absolute;
		top: 90px;
		left: 40px;
		font-family: "glossAndBloom";
		font-weight: normal;
		color: #ffffff;
		font-size: 20px;
		text-shadow: 1px 1px 1px #5c5b60;

	}

	.slider a i{
		font-weight: normal;
		margin-right: 20px;
		font-size: 16px;
		color: #ffffff;
		text-shadow: 1px 1px 1px #5c5b60;
	}

	

	.content{
		z-index: 200;
	}

	.content.w-8{
		margin-bottom: 100px;
		padding-left: 20px;
	}

	.content img{
		display: block;
		float: left;
		max-width: 100%;
		margin-bottom: 10px;
	}

	footer{
		background-color: #491110;
		padding-bottom: 40px;
		padding-top: 40px;
	}


	footer a{
		position: relative;
		display: inline-block;
		margin-bottom: 10px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.8);
	}

	footer a:hover{
		color: #9b2321;
	}

	footer .icons{
    	margin: auto;
    	text-align: center;
	}

	footer .copyright{
		margin: auto;
		width: 50%;
		text-align: center;
		color: white;
		font-size: 12px;
		margin-top: 40px;
	}



	footer h3{
		color: #ffffff;
		margin-top: 40px;
	}


	footer .col{
		float: none;
	}



	.impressionen{
		padding-top: 20px;
		background-color: #ffffff;
	}

	.impressionen img{
		margin: 0;
	}

	.impressionen a{
		position: absolute;
		bottom: 40px;
		right: 20px;
		font-weight: 700;
	}

	.impressionen  a i{
		font-weight: 700;
		padding-left: 10px;
	}

	

/* Tablet */
@media only screen and (min-width:768px){	


.field.dropdown, .field.text.left-single
{
	width: 45%;
	margin-right: 55%;
}

.field.text.left
{
	width: 45%;
	margin-right: 5%;
	float: left;
}

.field.text.right
{
	width: 50%;
	float: right;
}

#mc_embed_signup .button
{
	width: 30% !important;
	padding: 10px 10px !important;
}

#mc_embed_signup input.email
{
	width: 65% !important;
}

	 /* Dropdown Button */
	.dropbtn {
	}

	/* The container <div> - needed to position the dropdown content */
	.dropdown-menu {
	  position: relative;
	}

	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
	  display: none;
	  position: absolute;
	  background-color: white;
	  min-width: 150px;
	  box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.4);
	  z-index: 1;
	  top: 40px;
	  left: 75px;
	}

	/* Links inside the dropdown */
	.dropdown-content a {
	  float: none !important;
	  font-size: 20px !important;
	  padding: 6px 10px;
	}

	/* Show the dropdown menu on hover */
	.dropdown-menu:hover .dropdown-content {display: block;}

	.container{
		padding: 0 0 0 0;
	}

	.container img
	{
		padding-right: 20px;
	}

	h3{
		font-size: 20px;
		margin-bottom: 5px;
	}
	header{
		height: 310px;
	}

	header .logo
	{
		margin: 10px auto;
		height: 234px;
		width: 300px;
	}

	header .slogan
	{
		margin-top:-60px;
		font-size: 22px;

	}


	#show-mobile-nav
	{
		display: none;
	}

	.nav{
		display: block;
		position: relative;
		margin-top: 320px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.nav a:hover
	{
		color: #9b2321;
	}

	.nav a.active
	{
		color: #9b2321;
	}

	.nav .locales
	{
		position: absolute;
		right: 0px;
		top: -5px;
	}
	.nav .locales a
	{
		font-family: 'Quicksand', sans-serif;
		font-size: 20px;
		margin-left: 15px;
		margin-right: 0;
	}

	.nav .locales a.current
	{
		color: #9b2321;
	}

	.nav a{
		display: block;
		text-align: left;
		margin-right: 30px;
		float: left;
		font-family: "glossAndBloom";
		color: black;
		font-size: 25px;
	}
	
	.nav a:last-child{
		margin-right: 0;
	}

	.nav-container{
		position: relative;
		height: 40px;
		width: 100%;
		z-index: 1002;
		margin-bottom: 20px;
	}


	.slider{
		margin-left: 0px;
		position: absolute;
		width: 100%;
		overflow: hidden;
		height: 300px;
	}
/*
	.slider-background{
		position: absolute;
		background-color: #9b2321;
		left: 50%;
		top: 80px;
		margin-left: 375px;
		right: 0;
		width: auto;
		height: 300px;
		border-left: 10px solid #ffffff;
		z-index: 200;
	}*/

	.slider h1{
		font-size: 40px;
		text-shadow: 2px 2px 1px #5c5b60;

	}

	.slider a{
		top: 100px;
		font-size: 25px;
	}

	.slider a i{
		font-size: 20px;
	}

	footer .col{
		float: left;
	}

	.col.w-4.painting
	{
		padding: 20px;
		margin-bottom: 0px;
	}

	.gallery
	{
		padding-top: 0px;
	}

}

/* Desktop Small */
@media only screen and (min-width:1010px){

	#mc_embed_signup .button
	{
		padding: 12px 20px !important;
	}

	*{
		font-size: 24px;
	}

	h1{
		font-size: 50px;
	}

	h2{
		font-size: 38px;
		line-height: 120%;
	}

	h3, h4, h5{
		font-size: 30px;
		line-height: 120%;
		margin-bottom: 10px;
	}

	header{
		height: 430px;
		margin-bottom: 60px;
	}

	header .logo{
		margin: 10px auto;
		height: 327px;
		width: 420px;
	}

	header .slogan
	{
		margin-top:-75px;
		font-size: 28px;
	}

	.slider{
		/*margin-top: 140px;*/
		width: 100%;
		height: 400px;
		background-color: black;
	}

	.slider-background{
		/*top: 140px;*/
		/*margin-left: 480px;*/
		/*height: 400px;*/
	}

	.slider h1{
		top: 35px;
		font-size: 55px;
		text-shadow: 2px 2px 2px #5c5b60;
	}

	.slider a{
		top: 180px;
		left: 80px;
		font-size: 32px;
		text-shadow: 2px 2px 2px #5c5b60;
	}

	.slider a i{
		font-size: 22px;
	}

	.nav{
		display: block;
		position: relative;
		margin-top: 430px;
/*		margin-top: 560px;
		margin-left: 15px;
		margin-right: 15px;*/
	}

	.nav a{
		font-size: 35px;
		margin-right: 40px;
	}

	.dropdown-content {
	  min-width: 180px;
	  top: 50px;
	  left: 100px;
	}

	.dropdown-content a {
	  float: none !important;
	  font-size: 26px !important;
	  padding: 6px 16px;
	}
	
	.nav .locales a
	{
		font-size: 24px;
		margin-left: 20px;
	}

	.nav-container{
		position: relative;
		height: 40px;
		width: 100%;
		z-index: 1002;
		margin-bottom: 20px;
	}

	.content img{
		margin-bottom: 100px;
	}

	.content{
		font-size: 20px;
		line-height: 150%;
		margin-bottom: 100px;
	}

	.impressionen{
		padding-top: 50px;
		background-color: #ffffff;
	}

	.impressionen a{
		position: absolute;
		bottom: 40px;
		right: 20px;
		font-weight: 700;
	}

	.impressionen  a i{
		font-weight: 700;
		padding-left: 10px;
	}

	footer h3{
		font-size: 40px;
		margin-bottom: 20px;
	}

	footer a{
		margin-bottom: 20px;
	}

	.painting a
	{
		font-size: 22px;
	}

	.painting table th, .painting table td
	{
		font-size: 22px;
	}

	.gallery
	{
		padding-top: 40px;
	}

	w-6.linebreak
	{
		float: none;
	}

	.form .w-6, .form .w-12
	{
		padding-right: 40px;
	}
}


/* Desktop Standard */
@media only screen and (min-width:1200px){
	
	h1{
		font-size: 50px;
	}

	h2{
		font-size: 42px;
	}

	h3, h4, h5{
		font-size: 32px;
		margin-bottom: 10px;
	}


	header{
		height: 650px;
		margin-bottom: 60px;
	}

	header .logo
	{
		margin: 40px auto;
		height: 427px;
		width: 550px;
	}

	header .slogan
	{
		margin-top:-125px;
		font-size: 32px;
	}

	.nav .locales a
	{
		font-size: 36px;
		margin-left: 25px;
	}

	.dropdown-content {
	  min-width: 180px;
	  top: 50px;
	  left: 130px;
	}

	.dropdown-content a {
	  float: none !important;
	  font-size: 30px !important;
	  padding: 10px 16px;
	}

	.slider{
		/*margin-top: 232px;*/
		height: 600px;
	}

	.slider-background{
		top: 232px;
		margin-left: 565px;
		height: 600px;
	}

	.slider h1{
		top: 80px;
		font-size: 72px;
	}

	.slider a{
		top: 250px;
		left: 175px;
		font-size: 36px;
	}

	.slider a i{
		font-size: 25px;
	}


	.nav{
		margin-top: 640px;
	}

	.nav a{
		font-size: 42px;
		margin-right: 50px;
	}

	.nav-container{
		width: 100%;
	}

	.content img{
		margin-bottom: 200px;
	}

	.content{
		font-size: 30px;
		margin-bottom: 200px;
		min-height: 500px;
	}


	footer h3{
		font-size: 48px;
		margin-bottom: 30px;
	}

	footer .background{
		background-position: center center;
	}

	.painting a
	{
		font-size: 24px;
	}

	.painting table th, .painting table td
	{
		font-size: 24px;
	}
}


