/* GLOBAL STYLES
-------------------------------------------------- */

body {
  color: #000000;
  background: #fff;
  font-family:"open sans",verdana;
  font-size: 1.7em;
}

.zitat {

    font-family: "open sans",verdana;
    color: #fff;
    position: relative;
    font-size: 1.6em;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    background: #ae1917;
}




.notice {
    background: rgba(42, 107, 183, 0.9);
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    z-index: 10030;
    vertical-align: middle;
    text-align: center;
}

.notice_txt {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 100%;
}


.h1, h1 {
	 font-family:"open sans",verdana;
   font-size: 1.7em;
   font-weight: bold;
	 color: #ae1917;
}



.notice h2 {
	text-align: center;
	vertical-align: middle;
	color: #fff;
	display:inline-block;

	font-size: 1.6em;
	line-height: 1.3em;
	padding: 0 20px 0 20px;
}

.btn {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    margin-top: 20px;
    text-decoration: none;
}

.btn:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);

}

.closeit {
	position: relative;
	padding: 20px;
	z-index: 10040;
	color: #fff;
	text-align: right;
	cursor: pointer;
	opacity: 0.8;
}

.closeit:hover {
	opacity: 1;
}



.wrapper_teaser {
	border-style: solid;
	border-width: 5px 0px 0px 0px;
  	border-color: #ae1917;
}


header .logo,
header .drawing {
	text-align: center;
}

header .logo img,
header .drawing img {
	display: inline-block;
}

header .quote {
	font-size: 2em;
	font-family: "times new roman", serif;
	text-align: center;
	line-height: 1.3em;
	font-style: italic;
	padding: 20px;
}

header .source {
	font-size: 14px;
	text-align: right;
}

.teaser_bg_fullwidth {
    min-height: 450px;
    background-repeat: no;
    text-align: center;
    padding: 30px 0;
    position: relative;

    background-size: 100%;
	-moz-transition: background-size 10s;
	-webkit-transition: background-size 10s;
	transition: background-size 10s;
	background-position: center;
}


.image{
	margin-bottom:2em;
}




.balken{
	height:11.5em;
	text-align: center;
	margin: 0px auto;
}

.logo{
  z-index: 1;
	position: absolute;
	top:-37em;
	left:0em;
	width:15em;
}

#one{float:left;
	width:65%;}

#two{float:right;
	text-align:right;
	width:33%;}


/*
.teaser_bg_fullwidth {transition: transform 10s; -webkit-transition: -webkit-transform 10s}
.wrapper_teaser.on .teaser_bg_fullwidth{transform: scale(1.2); -webkit-transform: scale(1.2);}
*/

.circle {
	width: 140px;
	height: 140px;
	background: #526bb0;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;

}

.circle:hover {
	background: #6da04b;
}


.circle i {
	font-size: 5em;
	color: #fff;
	text-align: center;
	vertical-align: middle;

	text-align: center;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	top: 50%;
    margin-top: -35px;
}

.circle i:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	color: #fff;
}


a {
	color: #b36c93;
	text-decoration: underline;
}
a:hover,
a:focus {
  color: rgba(179, 108, 147, 1);
}

footer {
	background: #ae1917;
	color: #fff;
	text-align: left;
	padding: 5px 0px 10px 0px;
}

footer .pull-right {
	padding-right: 20px;
	text-align:left;
}

footer p {
	margin: 0;
}

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

footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: none;

}



/* MARKETING CONTENT
-------------------------------------------------- */

.inhalt {
	padding-top: 30px;
	padding-bottom: -10px;
}


.marketing {
	padding-top: 5px;
	padding-bottom: 10px;
}

.marketing img {
	text-align: left;
}

.marketing .col-md-12 {
	margin-top:15px;
	margin-bottom: 20px;

}




.marketing .col-md-4 {
	text-align: left;
	color:#fff;
	padding-top:10px;
  padding-left:0px;
}





.footer .col-md-4 {

	text-align: left;
	color:#fff;
	background-color: #215732;


}



.marketing .col-md-8 {

}

.marketing h2 {
 	 font-weight: normal;
 	 color: #ae1917;
	font-size: 1.4em;

}

.marketing h3 {
  font-weight: normal;
  color: #215732;

	font-size: 1.2em;

}

.marketing li {
   margin-left: -23px;
}



.marketing .col-lg-4 p {
}

.marketing .col-lg-4 ul {
}




/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}




/* RESPONSIVE CSS
-------------------------------------------------- */



@media (min-width: 768px) {


  .featurette-heading {
    font-size: 50px;
  }

}




@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


@media (max-width: 992px) {
  .marketing .col-md-4 {
	margin-top:20px;
	margin-bottom:20px;
	}

	.footer .col-md-4 {

		float: left;
		width: 32%;
		margin-right: 2%;
		padding: 0px;
		background: #215732;
		box-sizing: border-box;
		color:#fff;
	}



}


@media (max-width: 795px) {

	.teaser_bg_fullwidth {
   		min-height: 250px;
    }

    .logo{
  		z-index: 1;
  		position: absolute;
  		top:-24em;
  		right:0em;
  		width:10em;
  	}

    .balken{
	height: 8em;
	}



}





@media (min-width: 768px) {


  .featurette-heading {
    font-size: 50px;
  }


}

@media (max-width: 768px) {
	header .logo img,
	header .drawing img {
		width: 50%;


    header .quote,
    .notice h2 {
		font-size: 1.5em;
	}





}

@media (max-width: 480px) {
	header .logo img,
	header .drawing img {
		width: 50%;
	}
	.teaser_bg_fullwidth {
   		min-height: 180px;
    }


    .logo{
		z-index: 1;
		position: absolute;
		top:-21em;
		right:0em;
		width:8em;
	}


	#one{float:left;
		width:70%;}


	#two{float:left;
		text-align:right;
		width:30%;
		}



}
