@charset "iso-8859-1";
/* CSS Document */

#cookie a {
	color: #fff; 
	text-decoration: underline;
}

#cookie a:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #f00;
}

#cookieCloser {
	color: #fff;	
	text-decoration: none;
	font-weight: 600;	
}

#cookieCloser:hover {
	color: #f00;	
}

#cookie div:nth-child(1), #cookie div:nth-child(2) {
	padding: 5px;	
	vertical-align: top;
}

#cookie div:nth-child(1) {
	width: 60%;
}

#cookie div:nth-child(2) {
	text-align: right;
	width: 40%;
}


#cookie { 
   text-align: left; 
   background: #ff9900;
   color: #fff;
   width: 100%;
   z-index: 10000; 
   font-size: 0.81rem; 
   box-sizing: border-box;
   display: flex;
}

#cookieCloser {
   color: #fff;
   font: 0.81rem;
   text-decoration: none;
   cursor: pointer;
   padding: 4px;
}



@media only screen and (min-width: 600px) {
	
#cookie { 
   text-align: left; 
   color: #fff; 
   z-index: 10000; 
   width: 100%; 
   font-size: 1rem; 
   box-sizing: border-box;
}

#cookieCloser {
   color: #fff;
   font: 1rem;
   text-decoration: none;
   cursor: pointer;
   padding: 4px;
}
	
	
}


/* Formulardesign */

#logo {
	display: block;
	height: 120px;
	width: 100%;
	background: url(../img/logo.svg) no-repeat 0 0;
	background-size: contain;	
}

#logo_ohne {
	display: block;
	height: 120px;
	width: 100%;
	background: url(../img/logo.svg) no-repeat 50% 0;
	background-size: contain;	
}


body {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 400;
	font-size: 0.625rem;
}

#container {
	margin: 0 auto;
	width: 100%;	
}

#formularbloecke {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	clear: both;
}

h1 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 600;
	color: #5c1233;
	font-size: 1.42rem;
}

h2 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 400;
	color: #999;
	font-size: 1.46rem;
	margin-top: 0;
	padding-top: 0;
	letter-spacing: 0.17rem;
}

.autor {
	font-size: 0.98rem;	
}

form, p {
	font-size: 1.2rem;	
	color: #666;
	box-sizing: border-box;
}

p {
	text-align: justify;	
}

hr {
	border: 1px solid #666;	
}

.fliesstext {
	font-size: 1.2rem;
	color: #666;	
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 400;	
}

.fliesstext_fett {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 600;	
}

.fliesstext_fett_blau {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 600;
	color: #5c1233;	
}

.fliesstext_fett_blau_kursiv {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #5c1233;	
}

.erf {
	color: #C03;
}

.gruen {
	color: #269526;	
}

.gruen_background {
	background-color: #269526;	
}

.reg {
	font-size: 0.91rem !important;
	position: relative;
	top: -12px;
	left: 0;
}

.textfeld {
	width: 100%;
	height: 100px;	
	border: 1px solid #666;
}

label {
	width: 100%;
	display: block;
	text-align: left;
}

input {
	margin-bottom: 0 !important;
}

select {
	border: 1px solid #666 !important;
	height: 27px !important;
	background: #fff !important;	
}

.textfeld {
	margin-bottom: 4px;
}

.oben {
	display: inline-table;
	vertical-align: top;	
}

.abstand {
	margin-right: 7px;	
}

#formularblock1, #formularblock2, #formularblock3 {
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: 1px solid #666;
	padding: 8px;
	margin-bottom: 8px;
	background: #EAEAEA;	
}

#formularblock1 {
	margin-right: none !important;	
}

#formularblock3 {
	text-align: justify;
	float: left;
	
}

#formularblock3 a {
	font-size: 1.2rem !important;
	color: #006BB2;
}

#formularblock3 a:hover {
	color: #666;
}

.sendenbutton {
	padding: 10px 0;
	font-size: 1.27rem;
	letter-spacing: 0.075rem;
	color: #fff;
	background: #5c1233;
	cursor: pointer;	
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 800;
	border: 0;
	margin: 0 auto;
	width: 100%;
	display: table-cell;
	box-sizing: border-box;
}

.sendenbutton:hover {
	background: #269526;}

.deutsch {
	background-image: url(../img/deutsch.svg);
	background-repeat: no-repeat;
	background-position: 98% 0;
	background-size: contain;
	background-color: #5c1233;
}

.deutsch:hover {
	background-image: url(../img/deutsch.svg);
	background-repeat: no-repeat;
	background-position: 98% 0;
	background-size: contain;
	background-color: #269526;	
}

.oesterreich {
	background-image: url(../img/oesterreich.svg);
	background-repeat: no-repeat;
	background-position: 98% 0;
	background-size: contain;
	background-color: #5c1233;
}

.oesterreich:hover {
	background-image: url(../img/oesterreich.svg);
	background-repeat: no-repeat;
	background-position: 98% 0;
	background-size: contain;
	background-color: #269526;		
}

.block_unten {
	padding: 7px 0px;	
	display: block;
	overflow: auto;
}

.zeile {
	margin-bottom: 12px;
	display: inline-table;
	vertical-align: middle;
	width: 100%;
}

.input_100 {
	width: 99%;	
	border: 1px solid #666;
	padding: 4px 2px;
}

#hinweis {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.21rem;
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 20px auto;
	padding: 8px;
	color: #fff;	
}

.rot {
	background-color: #ff0000;	
}

/* Container-Klassen */

.container_mittig_kleiner {
	margin: 0 auto;
	width: 100%;
}


/* Style erforderliche und korrekt ausgefüllte Felder */

input:required:focus:invalid {
  background: #FDBDBF url(../img/invalid.png) no-repeat 100% 0;
  background-size: contain !important;
  border: 1px solid #C03;
}

input:invalid:hover {
  opacity: 1;
}

input:required:valid, select:required:valid, #datenschutz:required:valid {
    background: #D8FCC2 !important;
    border-color: #28921f !important;
}

/* Hinweis Bestelloptionen, wenn mindestens ein Paket gewählt wurde */
#cont {
padding: 8px 0 !important; 
display: block !important; 
width: 100% !important;
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight: 600;
}

/* Hinweis Bestelloptionen, wenn kein Paket gewählt wurde */
.hinweis_bestelloptionen_fehler {
color: #fff; 
background: #ff0000; 
padding: 0 0 0 8px; 
width: 100%; 
display: block; 
box-sizing: border-box;
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight: 400 !important;
}

.hinweis_bestelloptionen_fehler::before {
content: '\25bc';
color: #fff; 
padding: 0 8px 0 0px;
}

/* Tabelle Bestelloptionen */

#tabelle_bestelloptionen {
	box-sizing: border-box;	
	border-collapse: collapse;
	margin-bottom: 8px;
}

#tabelle_bestelloptionen .td_checkbox {
	/* width: 2% !important; */
}

#tabelle_bestelloptionen .td_text {
	/* width: auto !important;	*/
	text-align: justify;
	padding-left: 10px;
}

#tabelle_bestelloptionen .td_bild {
	padding: 8px;
}

#tabelle_bestelloptionen img {
	width: 80px;
	height: auto;
}

.td_checkbox, .td_text, .td_bild {
	display: table-cell !important;
	vertical-align: top !important;	
	padding: 8px 0;
	border-bottom: 1px solid #666;
}

.td_checkbox_bestaetigung, .td_text_bestaetigung {
	display: table-cell !important;
	vertical-align: top !important;	
	padding: 8px 0;
}



.td_bild {
	padding: 0 8px;	
}

.zentriert {
	text-align: center;	
}

footer a {
	font-size: 1.2rem !important;	
}

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

#logo {
	display: block;
	height: 176px;
	width: 100%;
	background: url(../img/logo.svg) no-repeat 0 0;
	background-size: contain;	
}

#logo_ohne {
	display: block;
	height: 176px;
	width: 100%;
	/* background: url(../img/logo-el.svg) no-repeat 50% 0; */
	background: url(../img/logo.svg) no-repeat 50% 0;
	background-size: contain;	
}


#container {
	margin: 0 auto;
	width: 89%;	
}

form {
	font-size: 1.2rem;	
}

h1 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 400;
	color: #5c1233;
	font-size: 1.76rem;
}

#formularbloecke {
	display: flex;
	flex-direction: row;
	width: 100%;
	box-sizing: border-box;
}

#formularblock1 {
	margin-right: 8px;	
}

label {
	width: 161px;	
	text-align: left;
}

input, label, select {
	margin-bottom: 12px;	
	display: inline-table;
	vertical-align: top;
} 

.textfeld {
	width: 50.35%;
	height: 100px;
	border: 1px solid #666;
}

#formularblock1, #formularblock2 {
	width: 50%;
	float: left;	
}

#formularblock1 {
	margin-right: 8px;	
}

.zeile {
	margin-bottom: 0 !important;
}

.input_100 {
	width: 50%;	
	border: 1px solid #666;
}

#formularblock3 a {
	font-size: 1.2rem !important;
}

/* Tabelle Bestelloptionen */

#tabelle_bestelloptionen {
	box-sizing: border-box;	
	border-collapse: collapse;
	margin-bottom: 8px;
}

#tabelle_bestelloptionen .td_checkbox {
	/* width: 5% !important; */
}

#tabelle_bestelloptionen .td_text {
	/* width: auto !important; */	
	text-align: justify;
}

#tabelle_bestelloptionen .td_bild {
	/* width: 150px !important; */
}

#tabelle_bestelloptionen img {
	width: 150px;
	height: auto;
}

.td_bild {
	padding: 8px;	
}

.sendenbutton {
	padding: 10px 0;
	font-size: 2.57rem;
	letter-spacing: 0.075rem;
	color: #fff;
	background: #5c1233;
	cursor: pointer;	
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 800;
	border: 0;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}


.deutsch {
	background-image: url(../img/deutsch.svg);
	background-repeat: no-repeat;
	background-position: 98% 0;
	background-size: contain;
	background-color: #5c1233;
}

.deutsch:hover {
	background-image: url(../img/deutsch.svg);
	background-repeat: no-repeat;
	background-position: 98% 0;
	background-size: contain;
	background-color: #269526;	
}

.oesterreich {
	background-image: url(../img/oesterreich.svg);
	background-repeat: no-repeat;
	background-position: 98% 0;
	background-size: contain;
	background-color: #5c1233;
}

.oesterreich:hover {
	background-image: url(../img/oesterreich.svg);
	background-repeat: no-repeat;
	background-position: 98% 0;
	background-size: contain;
	background-color: #269526;		
}

/* Container-Klassen */

.container_mittig_kleiner {
	margin: 0 auto;
	width: 50% !important;
}


}



   


   
