/*
body is the style for the element
.body is the style for the element with class="body"
#body is the style for the element with id="body" (max once per page)
Colors dunkelgrün:#25bf3f=rgba(37,191,63,0.5) braungrün:rgba(125,105,64,0.6) hellgrün:#f0fff0 dunkelrot:#8e1e2c

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, a {
    color: #fff;
}
*/

p {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

a:hover {
	color: #8e1e2c;
}

a, a:active {
	color: #f0fff0;
}

.col-md-4, .col-md-6, .col-xs-6 {
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.container_background {
	border-radius: 30px;
	background-color: rgba(125,105,64,0.6);
}

/*
.row.match-my-cols {
    overflow: hidden; 
}

.row.match-my-cols [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
*/

img {
	border-radius: 30%;
	display:block;
	max-width: 100%;
	max-height: 100%;
	margin-left:auto;
	margin-right:auto;
}

.container_top {
	padding: 4px 0px 0px 0px;
}

.div-logo {
	max-width:90%;
    max-height:100%;
    overflow:hidden;
	float:left;
}

.img-logo {
	padding: 7px 10px 6px 5px;
	border-radius: 0%;
}

.div-menu {
	max-width:10%;
    max-height:100%;
	float:right;
}

.img-menu {
	max-height:38px;
	border-radius: 0%;
}

iframe {
	display:block;
	max-width: 100%;
	max-height: 100%;
}

.img-top2 {
	border-radius: 0%;
	padding:20px 0px 15px 0px;
}

.img-flags {
	border-radius: 0%;
	height:16px;
	display:inline;
	margin-right:3px;
}

.header{
	width:100%;
	background-color: #f0fff0;
	position: fixed;
	top: 0;
	z-index: 999;
}

.footer{
	width:100%;
	background-color: #f0fff0;
	position: fixed;
	bottom: 0;
	z-index: 999;
}

.ul_class {	
    list-style-type: none;
	padding:0;
}

.li_class {
    float: left;
	font-size:18px;
}

li a, .dropbtn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}


li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f0fff0;
    min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	overflow-x: hidden;
	overflow-y: auto;
    right:0;	
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
}

.dropdown-content a:hover {
	background-color: #f0fff0;
	color: #8e1e2c;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.testimonails{
	background-color: #f0fff0;	
	padding: 10px;
	margin-top:80px;
	margin-bottom:30px;
}


.login{
	color:#000000;
	float:right;
	padding-right:20px;
}

body {
	margin:0;
	color:#fff;
	background-color: rgb(125,105,64);
	background-image: url(../Bilder/background.jpg);
	background-size:cover;
    background-attachment: fixed;
}