@charset "UTF-8";
/* CSS Document */
body {
	height:100%;
}

/* nunito-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/nunito-v25-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html { 
  background: url("../images/hintergrundbild-web-1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content {
  width: 500px;
  height: 430px;
  background-color: #FFF;
  opacity: 0.8;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px 30px 30px 30px;
}

/*.border {
  width: 360px;
  height: 335px;
  position: absolute;
  top:5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  margin: auto;
  padding: 30px 30px 30px 30px;
  border-style: dashed;
  border-width: 1px;
  border-color: #0f6fc6;
}*/


@media (min-width:401px) and (max-width: 600px) {
.content {
  width: 320px;
  height: 600px;
  background-color: none;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
} 
/*.border {
  width: 305px;
  height: 335px;
  position: absolute;
  top:5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  margin: auto;
  padding: 10px;
  border-style: dashed;
  border-width: 1px;
  border-color: #0f6fc6;
}  */  

.logo {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 20px;
}
}

@media (max-width: 400px) {
.content {
  width: 350px;
  height: 600px;
  background-color: none;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
} 
/*.border {
  width: 265px;
  height: 335px;
  position: absolute;
  top:5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  margin: auto;
  padding: 10px;
  border-style: dashed;
  border-width: 1px;
  border-color: #0f6fc6;
}    */

.logo {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
}
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; }

h1 {
	font-weight:600;
	color:#e2b007;
	font-family: 'Nunito', sans-serif;
	text-align:center;
	line-height:1.3;
	/*text-shadow: 0px 2px #FFF; */
	/*padding-bottom:5px; */
}
h1 span {
	color:#e2b007;
}

p {
	color:#3c3c3c;
	font-size:24px;
	font-family: 'Nunito', sans-serif;
	text-align:center;
	line-height:1.3;
	padding-bottom:10px;
}

p span {
	color:#9bc0c1;
	line-height:1.3;
}

a,a:hover{
	text-decoration:none;
	color:#e2b007;
}

@media (min-width: 601px) {
    .logo {
    width: 400px;
    margin-top: 0px;
    margin-bottom: 30px;
    }}