@font-face {
    font-family: 'forareg';
    src: url('/fonts/forareg.woff2') format('woff2'),
         url('/fonts/forareg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



html, html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 100%;
  color: #ffffff;
}
body {
  background-image: url("/site/templates/augensaft2/images/milky-way.jpg");
  background-size: cover;
    background-attachment: fixed;
}
.berlinbox {
  position: relative;
  text-align: right;
  width: 100%;
  display: block;
  height: 70px;
}
#berlin {
  z-index: 2;
  position: fixed;
  color: #dfca01;
  font-size: 50px;
  cursor: pointer;
  margin-left: -50px;
}
main {
  margin-top: 50px;
}
h2, h1 {
font-family: 'forareg', cursive  !important;    
  /*color:#e4cf02;
            -webkit-text-stroke: 1px white;*/
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 300%;
  margin: 0;
  padding: 0;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper p{
    padding-bottom: 20px;
    font-size: 110%;
}
.itemid-145 .blog-item {
  background-color: rgba(1, 128, 131, 0.5);
  margin: 0 0 50px 0;
  padding: 20px;
}
.itemid-146 .blog-item {
  background-color: rgba(226, 204, 0, 0.5);
  margin: 0 0 50px 0;
  padding: 20px;
}
.item-pagerot, .itemid-147 .blog-item, .itemid-194 .item-page, .itemid-195 .item-page {
  background-color: rgba(182, 0, 22, 0.5);
  margin: 0 0 50px 0;
  padding: 20px;
}

.item-pageorange {
  background-color: rgba(222, 95, 0, 0.5);
  margin: 0 0 50px 0;
  padding: 20px;
}

.itemid-149 .blog-item {
  background-color: rgba(186, 202, 192, 0.5);
  margin: 0 0 50px 0;
  padding: 20px;
}

.blog-item img{
    width: 100%;
    height: auto;
}

.col {
  width: 100%;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}


input[type=text], input[type=email], select, input[type=password] {
	font: 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #f0f0f0;
	border: 0;
	padding: 5px;
	/*width: 96%;*/
	margin: 0 0 8px 0;
	font-size: 100%;
	color: #45423e;
	-webkit-appearance: none;
}
textarea {
	background: #f0f0f0;
	border: 0;
	padding: 2%;
	font: 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #45423e;
	width: 96%;
	height: 80px;
	margin: 0 0 8px 0;
}
input[type=submit],button {
	border: 0;
	background-color: rgba(226, 204, 0, 0.5);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	padding: 10px;
	font-size: 120%;
	cursor: pointer;
	color: #FFF;
	-webkit-appearance: none;
}
select {
	color: #959391 !important;
	-webkit-appearance: none;
	width: 96% !important;
}


hr {
  border: 5px solid #ead200;
    margin:20px 0;
}

.alert-message{
    color:black !important;
}

.cookiecontent p, #cookiehintinfo a{
    color:black !important;
}

@media (min-width: 768px) {
  .thirty {
    width: 30%;
  }
  .seventy {
    width: 70%;
  }
  .seventy.txt {
    padding-top: 15px;
  }
  .col {
    float: left;
    padding: 0px 7px 14px;
  }
}