﻿@charset "utf-8";

body { margin: 0; }

.header {
	padding: 0px 0px;
	text-align: center;
	background-color: rgb(26, 188, 156);
	background-clip: padding-box;
	background-position: center center;
	color: white;
	background-image: url('Images/green_adsgr.jpg');
	top: 0px;
	left: 0px;
	height: 120px;
	overflow: hidden;
	margin-top: 0px;
}


.navbar {
  display: flex;
  background-color: rgb(51, 51, 51);
  padding-left: 10px

}

.navbar a {
  color: white;
  padding: 5px 5px;
  text-decoration: none;
  text-align: center;
  width:200px;
}

.navbar a:hover {
  background-color: rgb(221, 221, 221);
  color: black;
}


.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing:border-box;
}


.side {
	flex: 1 1 30%;
	background-color: rgb(241, 241, 241);
	padding: 20px 0 0 0;
	text-align: center;
	box-sizing: border-box;
}

.rside {
	flex: 1 1 30%;
	background-color: rgb(241, 241, 241);
	padding: 20px;
	min-height: 900px;
	box-sizing:border-box;
}

.main {
  flex: 1 1 40%;
  background-color: white;
  padding: 20px;
  box-sizing:border-box;
}

.main a:hover {
	background-color: rgb(255, 255, 0);
	color: #000000;
}



.footer {
		text-align: center;
		background: center center repeat rgb(102, 102, 102);
		height: 300px;
		color: #000000; 
		font-size: medium;
	}

@media ( max-width : 700px ) {
  .row, .navbar {
    flex-direction: column;
  }
}

.auto-style1 {
  font-size: x-large;
  color: rgb(13, 45, 245);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#BG_1635874785341_17094 {
  min-height: 150px;
  min-width: 150px;
}

#BG_1635875710982_66234 {
  min-height: 100px;
  min-width: 150px;
  }

#BG_1635877598517_15463 {
  background-color: rgb(255, 204, 51);
}

#BG_1635877648566_76599 {
		background-color: rgb(153, 153, 153);
		background-image: url('../bilder/clouds-ge338dc6c6_1920.jpg');
	}

#BG_1635877704454_21738 {
  height: 150px;
  writing-mode: horizontal-tb;
}

#BG_1635878200623_62014 {
  text-align: center;
}

#BG_1635878209686_89418 {
  text-align: center;
}

#BG_1635878213569_15644 {
  text-align: center;
}

#BG_1635878217085_24883 {
  text-align: center;
}

#BG_1635878228122_78533 {
  text-align: center;
  }

#BG_1635878231902_52937 {
  text-align: center;
}

.auto-style2 {
  color: rgb(13, 45, 245);
  font-weight: normal;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.auto-style4 {
  text-align: left;
}

#BG_1636131589675_8913 {
	border: 4px solid rgb(0, 0, 153);
	border-radius: 6px;
	display: inline-grid;
	background-color: rgb(153, 153, 255);
	background-image: linear-gradient(to bottom, blue, white);
	font-size: large;
	font-weight: bold;
	width: 200px;
	height: 25px;
	margin-top: 5px;
}

#BG_1636131589675_8913:hover { 
     
   background-image: linear-gradient(to bottom, white, blue);
}



#BG_1636132118817_605 {
	background-position: 50% top;
	background-image: url('Images/orange_ads.jpg');
	padding-left: 20%;
	padding-right: 20%;
	min-height: 55px;
}
   


.auto-style5 {
	vertical-align: middle;
}

.auto-style8 {
	text-align: left;
	color: #FFFFFF;
	font-size: large;
}
.auto-style9 {
	font-size: large;
	color: #FFFFFF;
}

.auto-style10 {
	  color: #FFFFFF;
	  text-align: left;
  }

.auto-style11 {
	font-size: xx-large;
}


.auto-style9:hover  {
	font-size: large;
	color: #FFFFFF;
	Background-color: #33CC33;

