/*
* 2019, Michael Becker
*/

html{
height: 100%;
min-height: 100%;
}
.album .row{
    min-height: 100% !important;
}
body{
	min-height: 100%;
	background-image: url(../img/bgr2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #ff5500; /*#eac3f4 */
	margin: 0;
}
.wrapper{
	border-radius: 4px;
	margin: 10px auto 70px;
	width: 95%;
	padding: 20px;
	background-color: rgba(255,255,255, 0.5);
}
.wrap-content{
	background-color: #fff;
	padding: 10px;
	color: darkgrey; /*#8a80f5*/
}
.mybox{
	width: 100%;
	background-color: #af7dff;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
	padding-top: 100px!important;
}
.starter{
	height: 100vh;
	min-height: 100vh;
	margin: 0;
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.logo{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: -18.00913%;
}
.logo h1 {
    font-size: 2.510231rem;
    font-style: italic;
    font-family: sans-serif;
    color: #ff5500; /*#cfadd8*/
}
.desc{
	 font-size: 1.310231rem;
    font-family: sans-serif;
    color: #ff5500; /* #c6a5cf */
}
.album-title{
	font-size: 2.810231rem;
	font-family: sans-serif;
	margin-bottom: 2.00312rem;
}
.logo h1, .album-title,
.navbar-brand, .desc{
	text-shadow:  3px  3px 3px #fff,
								3px -3px 3px #fff,
							 -3px  3px 3px #fff,
							 -3px -3px 3px #fff;
}
#navbar-main{
	background-color: #ff5500; /*#eac3f4 */
}
.navbar-brand{
	color:  #ff3a13 !important; /*#8a80f5*/
	font-size: 1.8101342rem;
}
.nav-link,
.navbar-text a{
/*	font-size: 1.101342rem; */
}
.nav-link{
	font-style: italic !important;
}
.nav-item .active,
.nav-link:active,
.lnkImpressum{
	background-color: #ff943d  !important; /*#8a80f5*/
}
.lnkImpressum{
	padding-left:10px;
	padding-right:10px;
	border-radius: 4px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px; /*vertically center text*/
  background-color: #ff5500; /*#eac3f4*/
}
.footer span,
.footer a,
.nav-link,
.navbar-text a{
	color: #fff !important;
}
.success_greeter{
	display: flex;
	align-items:center;
}
#success_msg{
	margin-left: 20px;
	color: #fff !important;
	text-shadow:  3px  3px 3px #aa007f,
		3px -3px 3px #aa007f,
		-3px  3px 3px #aa007f,
		-3px -3px 3px #aa007f;
	font: italic 1.4101342rem "Trebuchet MS", Verdana, sans-serif;
}
.mymail:hover{
	background-color: #ff943d!important;
	cursor: pointer;
}
#send, #closeme{
	cursor: pointer;
}
#mailer modal-content{
	background-color: rgba(0,0,0,0.0) !important;
}

#thankyou modal-content{
	background-color: rgba(255,227,279,0.8) !important; /*rgba(164,20,80,0.8)*/
}

.card img{
	margin-top: 8px;
	margin-bottom: 10px;
	width: auto !important;
	height: 225px;
	object-fit: contain !important;
}
.card{
	background-color: #f8f6f0; /*#f8f6f0  #ffefc1*/
}
.card-body{
	background-color: white;
}
a:hover,
a:active{
	text-decoration: none;
}
.mywhite{
 background: rgba(255, 0, 255, 0.5);
}
.myblue{
 background: rgba(255, 0, 0, 0.5);
}
.myyellow{
 background: rgba(255, 255, 0, 0.5);
}
.mygreen{
 background: rgba(0, 0, 255, 0.5);
}
#weihnachten .album-title{
	color: #f6214a; /* #aa00ff; */
}
#ostern .album-title{
	color: #dbc62a;
}
#taeschlein .album-title{
	color: #303eff;
}
#anderes .album-title{
	color: #b44e4b;
}

/***** Email ***/
fieldset{
	padding: 0 2px 35px 50px; /*  0 40px 35px 50px; */
	margin: 0;
	border: 0px solid transparent;
}

fieldset ul {
	margin: 0;
	padding: 15px 0 0 0; /*15px 0 0 0;*/
	list-style-type: none;
}

form {
	border: 0;
	/*	border: 1px solid #6293cb; */
/*	width: 355px; */
	width: 100%;
	background-color:#FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 0 0 0; /*15px 0 0 0;*/
	margin: 10px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.75);
	box-shadow: 0 0 20px rgba(0,0,0,0.75);
	position: relative;
	font: normal 85% "Trebuchet MS", Verdana, sans-serif;
}

li {
	float: left;
	margin: 0 0 6px 0;
	padding: 0;
}

fieldset li:first-child {
	margin: 0 2px 12px 0;
}

label {
	float: left;
	line-height: 167%;
	width: 78px; /*83*/
	cursor: pointer;
	position: relative;
}

input{
	float: left;
	height: 20px;
/*	width: 161px; */
	border: 1px solid #8eb0d9;
	padding: 0;
	background: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 3px #e2e2e2, inset 2px 2px 3px #e2e2e2;
	-webkit-box-shadow: 2px 2px 3px #e2e2e2, inset 2px 2px 3px #e2e2e2;
	box-shadow: 2px 2px 3px #e2e2e2, inset 2px 2px 3px #e2e2e2;
}

textarea{
	resize: none;
	float: left;
	height: 40px;
/*	width: 161px; */
	border: 1px solid #8eb0d9;
	padding: 0;
	background: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 3px #e2e2e2, inset 2px 2px 3px #e2e2e2;
	-webkit-box-shadow: 2px 2px 3px #e2e2e2, inset 2px 2px 3px #e2e2e2;
	box-shadow: 2px 2px 3px #e2e2e2, inset 2px 2px 3px #e2e2e2;
}

.mybutton {
	margin: 25px 15px 0 0;
	float: left;
	width: 121px;
	font: bold 101% "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding: 7px 0px 7px 0px;
	text-indent: 0px;
	border: 1px solid #8eb0d9;
	border-color: #8eb0d9;
	background: #8eb0d9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px #CCCCCC;
	-webkit-box-shadow: 1px 1px 2px #CCCCCC;
	box-shadow: 1px 1px 2px #CCCCCC;
}

#send{
	margin-right: 7px;
	border: 1px solid #175ba2;
	border-color: #175ba2;
	background: #175ba2;
	-moz-box-shadow: 1px 1px 2px #CCCCCC;
	-webkit-box-shadow: 1px 1px 2px #CCCCCC;
	box-shadow: 1px 1px 2px #CCCCCC;
}

fieldset legend{
	margin: 0 0 0 -60px;
	padding: 7px 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #8eb0d9;
/*	background: -moz-linear-gradient(top, #8eb0d9, #6293cb);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8eb0d9), color-stop( 1, #6293cb));
	background: -webkit-linear-gradient(top, #8eb0d9, #6293cb);
	background: -o-linear-gradient(top, #8eb0d9, #6293cb);
	background: linear-gradient(top, #8eb0d9, #6293cb); */
	-moz-box-shadow: 1px 1px 2px #CCCCCC;
	-webkit-box-shadow: 1px 1px 2px #CCCCCC;
	box-shadow: 1px 1px 2px #CCCCCC;
}

em {
	font-weight: bold;
	font-size: 142%;
	color: #EE0000;
}

label[title~="Pflichtfeld"]:after {
	content:"*";
	position: absolute;
	left: 67px;
	top: 0;
}

label[title~="Pflichtfeld"]:after, em {
	font-weight: bold;
	font-size: 142%;
	color: #EE0000;
}

.error{
	color:#EE0000;
}

.error input{
	border-color: #EE0000;
	background-color: #FFDCE5;
	-moz-box-shadow: 2px 2px 3px #fec3d2, inset 2px 2px 3px #fec3d2;
	-webkit-box-shadow: 2px 2px 3px #fec3d2, inset 2px 2px 3px #fec3d2;
	box-shadow: 2px 2px 3px #fec3d2, inset 2px 2px 3px #fec3d2;
}

.errormsg{
	float: left;
/*	width: 355px; */
	margin: 0 0 20px 16px;
	padding: 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #EE0000;
	color: #EE0000;
	background-color: #FFDCE5;
}

.errormsg span{
	display: inline-block;
	padding: 15px 2px 15px 50px;
}

input:active, input:hover, input:focus {
	background-color: #d9f0f9;
	border-color: #175ba2;
}
/**** Email ****/



@media screen and (min-width: 300px) {
	.logo{
		margin-top: -38.00913%;
	}
	.logo h1 {
    font-size: 3.010231rem;
 }
	.desc{
		 font-size: 1.710231rem;
	}
	.text-muted{
		font-size: 0.8531125rem;
	}
	input[type="text"]{
		width:59%;
	}
	.mymail{
		margin-left: 2px;
	}
}
@media screen and (min-width: 360px) {
	.logo{
		margin-top: -38.00913%;
	}
	.logo h1 {
    font-size: 3.810231rem;
 }
	.desc{
		 font-size: 1.710231rem;
	}
}
@media screen and (min-width: 400px) {
	.logo h1 {
    font-size: 4.2810231rem;
 }
	.desc{
		 font-size: 1.710231rem;
	}
	.text-muted{
		font-size: inherit;
	}
}
@media screen and (min-width: 600px) {
	.logo {
		margin-top: -18.00913%;
	}
	input[type="text"]{
		width:66%;
	}
}
@media screen and (min-width: 760px) and (min-height: 1000px){
	.logo h1 {
    font-size: 7.010231rem;
 }
	.desc{
		 font-size: 2.2010231rem;
	}
}
@media screen and (min-width: 800px) {
	.logo h1 {
    font-size: 6.310231rem;
 }
	.desc{
		 font-size: 2.0710231rem;
	}
	.mymail{
		margin-left: 12px;
		margin-bottom: -13px;
	}
}
@media screen and (min-width: 1024px) {
	.logo h1 {
    font-size: 7.010231rem;
 }
	.desc{
		 font-size: 2.2010231rem;
	}
}
@media screen and (min-width: 1200px) {
	.logo h1 {
    font-size: 8.010231rem;
 }
	.desc{
		 font-size: 2.3810231rem;
	}
	.navbar-brand{
		font-size: 2.501342rem;
	}
/*	.nav-link,
	.navbar-text a{
		font-size: 1.501342rem;
	} */
}
@media screen and (min-width: 1400px) {
	.logo h1 {
    font-size: 8.810231rem;
 }
	.desc{
		 font-size: 2.5910231rem;
	}
}
@media screen and (min-width: 1600px) {
	.logo h1 {
    font-size: 9.310231rem;
 }
	 .desc{
		 font-size: 2.7910231rem;
	}
}
