/* CSS Document */

@import "/bootstrap/css/bootstrap.css";

html {
  font-size: 16px;
}

body {
	padding-top: 0px;
	margin-top: 0px;
	overflow: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../images/higru_kopf.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: 'Open Sans',sans-serif; /*'Lato',Arial, Helvetica,*/
	background-color: #242472;
  line-height: 1.5em;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #666666;
  text-align: left;
  font-weight: bold;
}

h3 {
  font-size: 95%;
}

hr {
	border-top: 1px solid #242472;
	margin-bottom: .2em;
	margin-top: .2em;
	
}

hr.leicht {
	border-top: .5px solid #dddddd;
}

.fett {
	font-weight: bold;
}

div.meldung {
	font-size: 1.5rem;
	color: white;
	display: grid;
	width: 100%;
	line-height: 2em;
	background-color: rgba(255,10,10,1);
	text-align: center;
}

div.ueber, div.unter {
	display: flex;
	color: white;
	background-color: #990033;
	width: 100%;
	padding: .5em;
	margin-bottom: .5em;
}

div.unter {
	text-align: center;
	display: flow-root;
}

div.drittel {
	display: grid;
	width: 32.666%;
	float: left;
	margin-right: 1%;
}

div.drittel:last-child {
	float: right;
	margin-right: 0;
}

div.drittel button {
	width: 100%;
}
.normal {
	font-weight: normal;
	color: #222222;
	font-style: normal;
	font-size: 1em;
}

.rand {
	padding: 1em;
}

.platz {
	padding-left: 3em;
}

.breit {
	width: 300px;
}

.magenta {
	background-color: #990033 !important;
}

.rot {
	color: #dd0000 !important;
}

.rechts {
	text-align: right;
}

button {
	color: black;
}

button.da {
	display: block;
}

.weg {
	display: none;
}

input.ganz, textarea.ganz {
	margin: .5em 0;
	width: 100%;
}

input.kurz {
	width: 60px;
}

input.lang, .lang {
	width: 265px;
}

input:invalid {
	color: red;
	border: 1px solid red;
}

/***** Boxen *****/

div.b25 {
	width: 25%;
}

div.box_kopf, div.box_fuss {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	display: flow-root;  
	padding: 20px 10px 5px 10px;
	text-align: left;
	background-color: #0000fe;
	border-radius: 4px 4px 0 0;
	color: white;
}

div.box_fuss {
	border-radius: 0 0 4px 4px;
	padding: 10px 10px 5px 10px;
}

div.box_fuss div {
	float: left;
	width: 46%;
	text-align: center;
}

div.box_fuss div:first-child{
	text-align: left;
	width: 27%
}

div.box_fuss div:last-child{
	text-align: right;
	width: 27%
}

div.links {
	float: left;
	display: flex;
}

div.rechts {
	float: right;
	display: flex;
}

div.box_ausgabe {
	font-size: 12px;
	float: left;
	padding: .5rem;
	width: 100%;
	min-height: 140px;
	border: 1px solid #cccccc;
}

/***** Menü *****/
div.menue {
	position: relative;
	margin: 1em 0 0 0;
	padding-bottom: 10px;
	background-color: #FFFFFF; /*#0033CC;*/
	border: 1px solid #888888;
	border-radius: 5px;
	color: #AAAAAA;
}

div.menue div.punkte {
	height: 2.2em;
	padding-left: 10px;
	line-height: 2.2em;
	border-bottom: 1px solid #DDDDDD;
}

div.box {
	height: auto;
	float: left;
	border: 1px solid #888888;
	border-radius: 4px;
	background-color: #FFFFFF;
	margin: 0 0 .5rem .5rem;
	width: 99%;
}

div.box33{
	width: 32%;
	margin: 0 0 .5rem .5rem;
	float: left;
	border-right: 1px solid #cccccc;
}

div.box33:last-child{
	border-right: none;
}

div.box_links {
	width: 47%;
	float: left;
}

div.box_rechts {
	width: 47%;
	float: right;
}

div.auswahl div:nth-child(odd){
	width: 15%;
	float: left;
}

div.box22, div.box25 {
	height: auto;
	float: left;
	border: 1px solid #888888;
	border-radius: 4px;
	background-color: #FFFFFF;
	margin: 0 0 .5rem .5rem;
	width: 49%;
}

div.box25 {
	width: 35%;
}

/***** Ende Boxen *****/
/* gleichhohe Boxen */

div.aussen {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
}

div.innen {
	margin: .5em;
	width: 23.5%;
	float: left;
}

div.unten {
	display: grid;
	align-self: end;
	
}

div.innen div.bild img {
	margin: 0 auto;
	max-width: 100%;
}

.container, .container_menu {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  display: flow-root;
}

.head {
	background: transparent;
}

.header_links {
	height: 155px;
	margin-top: 10px;
	padding-top: 0px;
	background-image: url(../images/logo_start.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	display: block;
}

.header_rechts {
	display: none;
}

.inhalt_links {
	position: relative;
	float:left;
	width: 19%;
	margin: 0;
	background-color: #242472;
	display: none;
}

.inhalt {
	margin: 0;
	padding: 1em 0;
	width: 100%;
	display: flow-root;
	border-left: none;
 }

div.block {
	display: flow-root;
	margin: .2rem 0 0 0;
}

div.block div {
	display: flow-root;
	float: left;
	min-width: 40%;
}

div.block div:nth-child(2n) {
	float: right;
}

.text_area {
	width: 100%;
	min-height: 5em;
	resize: vertical;
	overflow: auto;
}

/****** Angebotsseite *********/

div.angebot {
	height: 2.5em;
}

div.angebot div:first-child{
	width: 45%;
	float: left;
}

div.angebot div:nth-child(2){
	width: 20%;
	float: left;
}

div.angebot div:nth-child(3){
	width: 15%;
	float: left;
}

div.angebot div:nth-child(4){
	width: 19%;
	float: right;
}

div.preis {
	height: 2.5em;
}

div.preis input {
	width: 45%;
	text-align: right;
}

div.preis div:first-child{
	width: 75%;
	float: left;
	text-align: right;
	margin-right: 3%;
}

div.preis div:nth-child(2){
	float: left;
	width: 20%;
}

input[type="number"] {
	-moz-appearance: textfield;
	width: 30px;
}

/****** Begin Responsive ******/

@media (min-width: 768px) {
 .container {
   width: 768px;
   padding-left: 20px;
   padding-right: 20px;
 }
}

@media (min-width: 992px) {
 .container, .container_menu {
   width: 992px
 }

 .inhalt {
    width: 80%;
    float: right;
  }
  
  .inhalt_links {
    display: flow-root;
  }

  .header_links {
   	height: 155px;
   	margin-top: 10px;
   	padding-top: 0px;
   	background-image: url(../images/logo_start.png);
   	background-repeat: no-repeat;
   	background-position: left top;
   	margin-bottom: 0px;
    float: left;
    display: block;
    width: 35%;
  }
	.header_rechts {
		height: 165px;
		margin-top: 0px;
		padding-top: 0px;
		/*background-image: url(../images/higru_header_rechts.png);*/
		background-repeat: no-repeat;
		background-position: right top;
		margin-bottom: 0px;
		float: right;
		display: block;
		width: 65%;
	}

	.header_rechts img {
		width: 94%;
		text-align: right;
		float: right;
	}
}

div.aufzaehlung {
	width: 100%;
	display: flex;
	min-height: 6.8em;
}

div.aufzaehlung div.inhalt {
	width: 20%;
	text-align: center;
	margin: .5em;
	padding: .2em;
	border: 1px solid #333333;
	border-radius: 4px;
	background-color: #dddddd;
}

div.aufzaehlung img {
	width: 100%;
}

	@media (min-width: 1200px) {
		.container, .container_menu {
			width: 1200px
		}
	}
	@media (min-width: 1400px) {
		.container, .container_menu {
			width: 1400px;
		}

		.header_rechts {
			width: auto;
		}
	}