@font-face {
  font-family: 'Roboto Condensed';
  src: local('Roboto Condensed'), url('https://www.incredible-planet.at/fonts/Roboto-Condensed-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

html, input, button, .accordion {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 1em;
}

body {
  background-color: #1157a5;
}

#complete {
  position: absolute;
  width: 100%;
  top: 4px;
  left: 0;
}

.hide{
	display:none;
}

.container {
  top: 0;
  max-width: 1000px;
  margin: auto;
}

.top {
  height: 140px;
  margin: auto;
  top: 0;
  display: flex;
  position: sticky;
  background-color: #1e1051;
	padding: 5px;
	box-sizing: border-box;
}

.top img {
  max-width: 85%;
  max-height: 85%;
	margin-left: 5px;
  cursor: pointer;
}

#title {
  max-width: 100%;
  object-fit: cover;
}

.bottom {
  min-height: 40px;
  font-size: 13px;
  color: grey;
  padding: 6px;
}

.accordion {
  background-color: #6bb2ff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top:0;
	margin-bottom:0;
}

#contact {
	text-align: left;
  border: none;
	background-color: rgba(255,255,255,0);
	cursor: pointer;
}

#socialmedia {
	display: inline-block;
	color: white;
	position: relative;
	text-align: right;
	width: 80%;
	padding: 18px;
}

#socialmedia>a>img{
	height: 40%;
	margin-right: 5px;
	margin-bottom: -2px;
}

#socialmedia>a{
	color: white;
	margin-left: 5px;
	margin-right: 0px;
	line-height: 2;
}

#socialmedia>a:active, #socialmedia>a:link{
	text-decoration: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #1e1051;
  color: white;
  color: transparent;
  text-shadow: 0 0 0 white;
}

.content{
	/*text-align: justify;*/
	padding: 18px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  color: transparent;
  text-shadow: 0 0 0 #444;
  float: right;
  margin-left: 5px;
}

.accordion:hover:after {
  text-shadow: 0 0 0 white;
}

.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
  color: transparent;
  text-shadow: 0 0 0 white;
}

#form>div{
	display: flex;
	margin-right: 0px;
	width: 100%;
	margin-bottom: 10px;
}

.nobreak {
	display: inline-flex;
	margin-right: 60px;
}

#captcha {
	 width:100%;
	 height:80px;
	 border:1px solid lightgrey;
}

#form>div>label{
	width:100px;
}

#form>div>input{
	width: 100%;
	height: 2em;
}
#output {
	height: 2em;
	color: red;
}

#message {
	width: 100%;
	border: 1px solid #1157a5;
}

#msgcontainer{
	width: 100%;
}

#submitButton, #refreshButton {
	width: 100%;
	height: 3em !important;
	margin-bottom: 10px;
	-webkit-appearance: none;
	border-style: none;
	cursor: pointer;
	background-color: #6bb2ff;
	color: black;
}

#submitButton:hover, #refreshButton:hover {
	background-color: #1157a5;
	color: white;
}

input{
	-webkit-appearance: none;
	border: 1px solid #1157a5;
}

#refreshButton {
		margin-right: 5px;
}

@media only screen and (min-width: 850px) and (orientation: landscape) {

	.top img {
	  max-width: 100%;
	  max-height: 95%;
	}

	#break{
		display: none;
	}

	#socialmedia{
		width: 100%;
	}

	#socialmedia>a{
		margin-left: 5px;
	}

	#socialmedia>a>img{
		height: 40%;
	}
	#captcha {
		 width:50%;
	 }
	#form>div>input{
		width: 50%;
	}
	#submitButton, #refreshButton {
		width: 150px !important;
	}

}
