/*ALLGEMEIN*/
.clear{clear:both;}
iframe, object, embed {max-width: 100%;}
body {
	height: 100%;
	margin: 0;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
	color:#1b5898;
	font-size:100%;
	line-height:130%;}
img {
  max-width:100% !important;
  height:auto;
  display:block;}
h1 {
    color: #1b5898;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 220%;
    font-weight: 600 !important;
    line-height: 120%;
    margin:0% 0 7% 0;}

h2  {
	color: #634E42;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 150%;
	font-weight: 400 !important;
    padding-bottom:30px;}

a:link{
	text-decoration:underline;
	color: #1b5898;}
a:hover{
	text-decoration:underline;
	color: #1b5898;}	
a:visited{
	text-decoration:none;
	color:#1b5898;}	

ul {color: #e94e1b;list-style-position:inside;list-style: none;}

li:before {
    content: "• ";
    color: #634E42;
    font-size:150%;}

/*ALLGEMEIN*/


.linke-spalte{
    background-image: url("../images/links.jpg");
    background-position: top center;
    background-size: cover;
    height: 417px;
    text-align: left;
    position: relative;
    margin-top: 10%;
    width: 40%;
    float: left;}

.rechte-spalte{
    margin-top: 10%;
    min-height: 400px;
    background-color: #f9f9f9;
    width: 60%;
    float: left;}

.rechte-spalte-inner {
    padding-top: 6%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 0.7%;
}

.kontakt a {text-decoration: none;}

.footer{text-align: right;
    margin-bottom:3%;
    font-size:80%;
}
.width70 {width:50%;margin: 5% auto;}


/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 

#myBtn{
    background: none;
    border: none;
    font-size: 100%;
    color: #505152;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    cursor: pointer;}

#myBtn1{
    background: none;
    border: none;
    font-size: 100%;
    color: #505152;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    cursor: pointer;}

.cc_container .cc_btn {
background-color: #f1f1f1 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #fff !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #000000 !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #929395 !important; /* Textlink-Farbe "Mehr Infos" */
}



