body {
	font: 300 15px/15px Roboto, Arial, Helvetica;
	background-color: #fff;
	background-image: url('../img/kachel.png');
}
a {
	color: #CA2D8E;
	text-decoration: none;
}
a:hover {
	color: #666;
}
.container-fluid {
	text-align: center!important;
	width: 100%;
	max-width: 100%;
	padding: 10px;
	margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
.container {
	width: 100%;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 0;
	font: 700 1.25em Raleway, Arial, Helvetica;

}


#text{
 font-size: 108%!important;
 margin-bottom: 2.4em;
 font-weight: normal;
}


#container1 { text-align: center!important; }

#container2 {
	width: 100%;
	max-width: 900px;
	min-width: 325px;
	min-height: 525px;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 1px;
	padding-right: 0;
	margin-top: 10px;
	background-color: #FFF;
	border: 25px solid #FCC815;
	text-align: center!important;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.ktitel {
	width: auto!important;
	text-align: left!important;
	font: 700 1.25em Raleway, Arial, Helvetica;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
}


#headline {
	width: 100%!important;
	text-align: center!important;
	font: 700 1.25em Raleway, Arial, Helvetica;
	padding: 5px;
	margin-bottom: 25px;
	background-color: #ffffff;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}


#imgcontainer {
	width: 100%;
}
#logo {
	width: 99%!important;
	clear: both;
	float: left;
	text-align: center;
	padding-bottom: 5px;
}
#imgL1, #imgL2 {
	padding: 5px;
	float: left;
	text-align: center;
}
#imgR1, #imgR2 {
	padding: 5px;
	float: left;
	text-align: center;
}
#pic1, #pic2, #pic3, #pic4 {
	border: 5px solid #FFFFFF;
	cursor: pointer;
    -moz-border-bottom-radius:10px;
	-webkit-border-bottom-radius:10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}



.img-responsive {
    width: 100%!important;
}

.clear {
	clear: both;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0!important;
}



h2 {
  font-size: 150%;
  font-weight: bold;
  display: block;
}


#frage1 img, #frage2 img, #frage3 img, #left img {
	width: 100%;
	max-height: 450px;
	height: auto;
	padding: 0;
	margin: 0;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#d1, #d2, #d3 {
	font-size: medium;
	text-align: center;
	line-height: 1.5em;
	color: #090;
	width: 100%;
	margin-top: 25px
}
#actions ol {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.1em;
	padding: 0 !important;
}
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
#actions {
	min-height: 130px;
}

.mobiltext {
 display:none;
}




/*=====================================================
=            Bootstrap Media Queries            =
=====================================================*/

@media only screen and (max-width : 1200px) {
}

@media only screen and (max-width : 979px) {

#imgL1, #imgL2 {
	margin-right : 0!important;
}
#imgR1, #imgR2 {
	margin-left : 0!important;
}


#text{
	line-height: 1.0em;
	margin-bottom: 1.4em;
}

}

@media only screen and (max-width : 767px) {

.container-fluid, #container2 {
	margin-top: 0px;
	padding-right: 0;
	width: 90%;
}
#imgL1, #imgL2 {
	margin-right : 0!important;
}
#imgR1, #imgR2 {
	margin-left : 0!important;
}

#text{
	font-size: 80%!important;
	line-height: 1.0em;
	margin-bottom: 1.4em;
	height: auto!important; 
}

.mobiltext {
 display:inline!important;
}

.dektoptext {
 display:none!important;
}


h2 {
  font-size: 117%;
  font-weight: bold;
  display: block;
}

}

@media only screen and (max-width : 480px) {

#actions ol {
	font-size: 70%;
	font-weight: normal;
	line-height: 1.1em;
	padding: 0 !important;
}
.container-fluid, #container2 {
	margin-top: 0px;
	width: 90%;
}
#imgL1, #imgL2 {
	margin-right : 0!important;
}
#imgR1, #imgR2 {
	margin-left : 0!important;
}

#text{
	line-height: 1.1em;
	margin-bottom: 1.4em;
	height: auto!important; 
}

.mobiltext {
 display:inline!important;
}

.dektoptext {
 display:none!important;
}
}

@media only screen and (max-width : 320px) {


.container-fluid, #container2 {
	margin-top: 0px;
	margin-right: 100px;
}
#imgL1, #imgL2 {
	margin-right : 0!important;
}
#imgR1, #imgR2 {
	margin-left : 0!important;
}

#text{
  line-height: 1.1em;
  margin-bottom: 1.4em;
  font: 100 Raleway, Arial, Helvetica!important;
  height: auto!important; 
}

.mobiltext {
 display:inline!important;
}

.dektoptext {
 display:none!important;
}

}
