html, body {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

html {
	height: 100%;
	width: 100%;
	touch-action: manipulation;
}

body {
	margin: 0;
	width: 100%;
	background-color: #3a98da;
	min-height: 100vh;
	color: #ffffff;
}

a, a:hover, a:visited {
	text-decoration: none;
	color: #1e4e70;
}


*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {max-width: 100%; width: 100%;}

button {border: none; box-shadow: none; }

/* Schriftarten */

@font-face {
	font-family: 'Roboto';
	url('https://www.gorillasports.de/varnishtest/templates/gs_mdl2017/fonts/roboto.woff2') format('woff2'),
}


/* Schriftarten */

/* Lets do some stuff */

#content_container {
	position: fixed;
	left: 0; top: 40px;
	right: 0; bottom: 0;
	overflow-y: scroll;
	scroll-behavior: smooth;
	margin: 0;
}
.page { margin: auto; width: 100%; padding: 0 10px; max-width: 600px;margin-top: 50px; overflow: hidden;}

.page_container {
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* .page_container h1 { */
	/* display: block; */
	/* width: 100%; */
	/* height: 200px; */
	/* background-image: url(../img/page_header.jpg); */
	/* background-attachment: fixed; */
	/* font-size: 20pt; */
	/* font-weight: bold; */
	/* color: white; */
	/* background-repeat: no-repeat; */
	/* background-size: 100%; */
/* } */

#header {width: 100%;height: 40px; background-color: #0765A8;top: 0px; position: fixed; z-index: 999;}
.burger {width: 80px;float: left;}
.mc_main_logo {height: 40px; float: left; line-height: 55px;}
.mc_main_logo img {width: 150px;}

#home {min-height: 100%; margin-top: 0px;}
.mc_logo {text-align: center;}
.mc_logo img {width: 200px;}
.mc_name_logo {text-align: center; letter-spacing: 3px; padding: 0; width: 80%; text-align: center; margin:20px auto;}
.mc_name_logo {width: 50%;}

.mc_welcome {
	margin-top: 25px;
	font-size: 12pt;
	font-weight: bold;
}

.mc_input {
	border: none; width: 100%; height: 60px;  background-color: #fff;text-align: center; font-size: 18px; font-weight: bold; color: #3a98da;
	float: none; border-radius: 5px 5px 5px 5px;
}

.mc_register {text-align: center; margin-top: 25px;}

.mc_register .mc_input_email { border-radius: 20px 5px 5px 5px; border: none; }

.mc_input_submit {display: block; margin: 10px 0px auto auto;
padding: 10px 20px; color: #1783CF; background-color: #0766A8; font-weight: bold; font-size: 14px; border-radius: 5px 5px 20px 5px; height: 75px; transition: background-color 0.5s; width: 250px;
}

.g-recaptcha { margin-top: 10px; width: 300px; }


.mc_register .mc_input_submit, .mc_recover .mc_input_submit {
	margin: -78px 0px auto auto;
}

@media all and (max-width: 599px) {
	.mc_input_submit, .mc_register .mc_input_submit, .mc_recover .mc_input_submit {
		margin: 10px 0 0 0;
		width: 100%;
	}
}

.mc_input_submit:hover {background-color: #1783CF; color:#0766A8; }

.mc_slider {width: 100%;}
.mc_slider img {max-width: 100%; height: auto;}

.main_text {margin-top: 50px;}
.header_text {text-align: center; font-size:50px;line-height: 50px; transform: rotate(-10deg); color: #ffff00;}

.letter_open { background-image: url('../img/letter_open.png');}

@keyframes letter_open_closed {
	0% { background-image: url('../img/letter_open.png'); opacity: 1; }
	50% { background-image: url('../img/letter_open.png'); opacity: 0; }
	51% { background-image: url('../img/letter_closed.png'); opacity: 0; }
	100% { background-image: url('../img/letter_closed.png'); opacity: 1; }
}
.letter_closed { background-image: url('../img/letter_closed.png'); animation-name: letter_open_closed; animation-duration: 1s;}

#letter {height: 50px; width: 50px; position: absolute; margin-left: 10px; margin-top: 8px; background-size: 100%; background-repeat: no-repeat;background-position: center; transition: opacity 0.1s ease-in-out;}

#message_placeholder {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.page_container:nth-child(2n) {background-color: #5eace4;}
.page_container_header {width: 100%; height: 20px; background-color: #1783CF;}

/*###################### BURGER ############################*/


#menuToggle
{
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 2048;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -8px;
  left: -4px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #3a98da;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  min-width: 300px;
  margin: 0 0 0 -50px;
  padding: 105px 50px 25px 80px ;
    top: 0;
    height: 100%;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  
  background: #434343;
  list-style-type: none;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}

#menu a  {text-decoration: none; color: #fff;}

.mblock{
    display: block;
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    left: 100%;
    top: 0;
    background-color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s linear, left 0s 0.2s linear;
    -moz-transition: opacity 0.2s 0s linear, left 0s 0.2s linear;
    -ms-transition: opacity 0.2s 0s linear, left 0s 0.2s linear;
    -o-transition: opacity 0.2s 0s linear, left 0s 0.2s linear;
    transition: opacity 0.2s 0s linear, left 0s 0.2s linear;
}
.menuopen .mblock {
    z-index: 1024;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.2s 0.2s linear;
    -moz-transition: opacity 0.2s 0.2s linear;
    -ms-transition: opacity 0.2s 0.2s linear;
    -o-transition: opacity 0.2s 0.2s linear;
    transition: opacity 0.2s 0.2s linear;
}


/*###################### FAQ ############################*/

@media all and (min-width: 1210px)
{
	#faq {
		background-image: url(../img/faq.png);
	}


	#datenschutz {
		background-image: url(../img/privacy.png);
	}
}

#faq h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}


/*###################### Impressum ############################*/

#imprint h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

/********************** LOGIN ****************************/

.mc_login .mc_input_email, .mc_recover .mc_input_email {
	background-image: url(../img/letter_closed.png);
	background-size: 49px 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 20px 5px 5px 5px;
}

.mc_login .mc_input_key {
	margin: 10px auto 0 auto;
}

.mc_recover .mc_input_email {
	margin-top: 20px;
}

/*********************** MANAGE ************************/
.mc_manage .mc_input[name="comment"], .mc_manage .mc_input[name="destination_email"] {
	border-radius: 20px 5px 5px 5px;
}

.mc_input_label.danger {
	background-color: #ffffff;
	border-radius: 20px 7px 7px 7px;
	border: solid 2px #1e4e70;
	color: #1e4e70;
	padding: 5px;
}

.mc_input_label.danger b {
	color: #000000;
}

/********************** GENERIC **********************/

.mc_input_label {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.error, .message {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 20px;
}

/* Lets do some stuff Ende */