﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:300,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

html, body {	
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFF;
}

p {
	color:#0F0F0F;
	font: 1.4em "Lato", sans-serif;
	font-weight: 400;
	font-weight: bold; /* same as 700 */
	font-weight: normal; /* same as 400 */
	font-weight: lighter; /* relative to the parent element */
	letter-spacing: 0.04em;
	line-height: 1.3;
}

h1 {	
	color: #0F0F0F;
	text-decoration: none;
	font: 2.2em "Montserrat", sans-serif;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.04em;
}

h2 {
	color: #0F0F0F;
	text-decoration: none;
	font: 1.4em "Montserrat", sans-serif;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.04em;
}

h3 {
	color:#0F0F0F;
	font: 1.3em "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1;
}

h4 {
	color: #FFF;
	font: 1em "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

h5 {
	color: #0F0F0F;
	font: 0.8em "Montserrat", sans-serif;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

h6 {
	color: #0F0F0F;
	text-decoration: none;
	font: 3.5em "Lato", sans-serif;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.04em;
	margin: 20px 0 0 0;
}

h7 {
	color: #0F0F0F;
	text-decoration: none;
	font: 2.2em "Montserrat", sans-serif;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.04em;
}

h8 {
	color:#0F0F0F;
	font: 0.8em "Lato", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.3;
	opacity: 70%;
}

#map {
	width: 100%;
        height: 400px;
}

/* Das Kontaktformular */
form {
	position: relative;
	margin: 0 auto 0 auto;
width: 100%; /* Breite des Formulars */
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}
input {
	font: 1em "Lato", sans-serif;
	font-weight: 400;
	width: 50%;
	height: 40px;
	padding: 15px;
	margin: 10px;
	border-radius: 15px;
  	border: 1px solid #f2ab6b;
 	 margin-bottom: 1em;
}
textarea {
	font: 1em "Lato", sans-serif;
	font-weight: 400;
 	height: 10em;
	width: 50%;
	padding: 15px;
	margin: 10px;
	border-radius: 15px;
  	border: 1px solid #f2ab6b;
}
input:focus,
textarea:focus {
  
}

.hamburger{
	display: none;
  background:none;
  position:absolute;
  top:10px;
  right:0;
  line-height:30px;
  padding:5px 15px 0px 15px;
  border:0;
  font-size:2.5em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

.floated {
   float:left;
   margin-right:10px;
}

.myImage {
  float: left;
  height: 400px;
  width: 400px;
  font-family: Veranda;
  vertical-align: middle
  padding: 5x;
}

.cross{
  background:none;
  position:absolute;
  top:0px;
  right:0;
  padding:7px 15px 0px 15px;
  border:0;
  font-size:4em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.menu{width:100%; background:#fff;  position:absolute; top: 0; left: 0; text-align:center; font: 2em "Montserrat", Arial, sans-serif; font-weight:700; }
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {display: block;   padding:15px 0 15px 0; border-bottom:#000 1px solid;}
.menu li:hover{display: block;    background-color:#e5a565; padding:15px 0 15px 0; border-bottom:#FFF 1px solid;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#000;}
.menu ul li a:hover {  color: #000; text-decoration:none;}
.menu a{text-decoration:none; color:#000;}
.menu a:hover{text-decoration:none; color:#000;}

.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}
header{display:inline-block; font-size:12px;}
span{padding-left:20px;}


@media screen and (max-width: 1180px) {

	h6 {
	color: #000;
	text-decoration: none;
	font: 2.2em "Lato", sans-serif;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.04em;}
}
@media screen and (max-width: 960px) {

	#menubox {display: none;}
	.hamburger{display:inline-block;}
	#textwrapper {
		position: relative;
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: left;
		display:inline-block;}
	#banner {display: none;}
	input {
	font: 1em "Lato", sans-serif;
	font-weight: 400;
	width: 100%;
	height: 50px;
	padding: 15px;
	margin: 10px;
	border-radius: 15px;
  	border: 1px solid #f2ab6b;
 	 margin-bottom: 1em;}
	textarea {
	font: 1em "Lato", sans-serif;
	font-weight: 400;
 	height: 10em;
	width: 100%;
	padding: 15px;
	margin: 10px;
	border-radius: 15px;
  	border: 1px solid #f2ab6b;}
	h1 {	
	color: #0F0F0F;
	text-decoration: none;
	font: 1.5em "Montserrat", Arial, sans-serif;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0.07em;	}
	h2 {
	color:#0F0F0F;
	font: 1.5em "Lato", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.3;}
	h3 {
	color:#0F0F0F;
	font: 0.8em "Montserrat", sans-serif;
	letter-spacing: 0.03em;
	line-height: 1;}
	h5 {
	color: #0F0F0F;
	font: 1em "Montserrat", sans-serif;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.06em;}
	h6 {
	color: #000;
	text-decoration: none;
	font: 1em "Lato", sans-serif;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.04em;}
	h7 {
	color: #000;
	text-decoration: none;
	font: 1.6em "Montserrat", sans-serif;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.04em;}
	h8 {
	color:#0F0F0F;
	font: 0.8em "Lato", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.3;}
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 80px;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #0F0F0F;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #0F0F0F;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #f2ab6b;
}

a {	color: #0F0F0F;
	text-decoration: none;
}
 
a:hover {
	color: #f2ab6b;
}

#banner {
	position: relative;
	top: 80px;
	left: 0px;
	width: 100%;
}

hr {
 	border: none;
    	height: 5px;
	width: 9%;
	background-color: #f2ab6b;
}

.cursor {
	cursor: default;
}

bild {
	max-width: 70%;
	text-align: center;
}
.dreieck {
	position: relative;
	float: right;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid black;
	margin: 6px 0 0 1px;
}

#hero {
	position: relative;
	top: 70px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
}

#leistung {
	transition: opacity 0.4s ease;
}

#leistung:hover {
	opacity: 0.5;
}

i {
  border: solid #0F0F0F;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin: 0 0 2px 2px;

}
.down {
	transform: rotate(45deg);
}

#sportpsycho {
	position: absolute;
	top: 0px;
	left: 75px;
	height: 60px;
}

.kontakt {
	position: absolute;
	top: 0;
	left:0;
	width: 175px;
	height: 64px;
	background-color: #7f9fc6;
	z-index: 1;
	padding-top: 1px;
	border-radius: 32px;
	white-space: nowrap;
	transition: opacity 0.5s ease;
}

.kontakt:hover {
	opacity: 0.7;
}

#kontaktwrapper {
	position: relative;
	top: 15px;
	width: 180px;
	height: 60px;
	z-index: 1;
	margin: 0 auto 30px auto;
}

.button {
	position: absolute;
	top: 0;
	left:0;
	width: 250px;
	height: 64px;
	background-color: #f2ab6b;
	z-index: 1;
	padding-top: 1px;
	border-radius: 32px;
	white-space: nowrap;
	transition: opacity 0.5s ease;
	text-align: center;
}

.button:hover {
	opacity: 0.7;
}

#buttonwrapper{
	position: absolute;
	top: 15px;
	width: 250px;
	height: 60px;
	z-index: 1;
	margin: 0 auto 30px auto;
	text-align: center;
  	display: inline-block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
}

.wrapper{
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button1{
  display:inline-block;
  position: relative;
	top: 0;
	left: 3;
	width: 200px;
	height: 64px;
	background-color: #f2ab6b;
	z-index: 1;
	padding-top: 1px;
	border-radius: 32px;
	white-space: nowrap;
	transition: opacity 0.5s ease;
	text-align: center;
}

.button1:hover {
	opacity: 0.7;
}

.button2{
  display:inline-block;
  position: relative;
	top: 0;
	left:0;
	right:1;
	width: 200px;
	height: 64px;
	background-color: #f2ab6b;
	z-index: 1;
	padding-top: 1px;
	border-radius: 32px;
	white-space: nowrap;
	transition: opacity 0.5s ease;
	text-align: center;
}

.button2:hover {
	opacity: 0.7;
}

#mainwrapper {
	z-index:9999;
	position: relative;
	top: 0;
	left:0;
	width: 100%;
	background-color: #FFF;
	text-align: center;
}

#mainwrapper2 {
	
	position: relative;
	top: 0;
	left:0;
	width: 100%;
	background-color: #f7f7f7;
	text-align: center;
	padding-bottom: absolute;
}

#mainwrapper2home {
	
	position: relative;
	top: -20;
	bottom: 0;
	left:0;
	width: 100%;
	background-color: #f7f7f7;
	text-align: center;
	padding-bottom: absolute;
}

#mainwrapper2weiss {
	
	position: relative;
	top: -20;
	bottom: 0;
	left:0;
	width: 100%;
	background-color: #00000;
	text-align: center;
	padding-bottom: absolute;
}


#mainwrapper3 {
	
	position: relative;
	top: 0;
	left:0;
	width: 100%;
	background-color: #f7f7f7;
	text-align: center;
	padding-bottom: 50px;
}

#mainwrapper4 {
	z-index:9999;
	position: relative;
	top: 0;
	left:0;
	width: 100%;
	background-color: #FFF;
	text-align: center;
}

#banner {
	position: relative;
	top: 80px;
	left: 0px;
	width: 100%;
}

#header {
	background-color: #FFF;
	z-index: 100000000;
	position: fixed;
	height: 77px;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 3px solid #f2ab6b;
}

#container {
	z-index: 10000000;
	min-height: 100%;
	position:relative;
}

#footer {
	background-color: #FFF;
	z-index: 99999;
	position: absolute;
	height: 110px;
	width: 100%;
	bottom: 0;
}

#impressumbox {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
	background-color: #f2ab6b;
}

#impressum {
	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
}

#button {
	margin: 0 1.3em 0 1.3em;
}

#button:hover {
	color: #f2ab6b
}

* {
    box-sizing: border-box;
}

table {
  border-collapse: separate;
  border-spacing: 0.2em;
}
  
th,td {
  padding: 0.5em 0.5em;
  border-radius: 0.1em; 
	vertical-align: top; 
}  

	
#textwrapper {
	position: relative;
	max-width: 1000px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#textwrapper2 {
	position: relative;
	width: 700px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#textbox1 {
	position: relative;
	width: 50%;
	margin: 0 auto 0 auto;
	text-align: left;
	float: left;
	padding: 10px;
}

#textbox2 {
	position: relative;
	width: 50%;
	margin: 0 auto 0 auto;
	text-align: left;
	float: left;
	padding: 10px;
	padding-left: 10px;
	padding-right: 50px;
}

#textbox3 {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	margin-top: 0;
	text-align: left;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#textbox3home {
	position: relative;
	width: 110%;
	margin: 0 auto 0 auto;
	margin-top: 0;
	text-align: left;
	padding: 0px;
	padding-left: 10px;
	padding-right: 30px;
}

#textbox3text {
	position: relative;
	width: 50%;
	margin: 0 auto 0 auto;
	margin-top: 30;
	text-align: left;
	float: left;
	padding: 0px;
	padding-left: 20px;
	padding-right: 30px;
}

#textbox3bild {
	position: relative;
	width: 50%;
	margin: 0 auto 0 auto;
	margin-top: 0;
	float: right;
	padding: 50px;
	padding-left: 10px;
	padding-right: 30px;
}

#textbox4 {
	position: relative;
	width: 50%;
	margin: 0 auto 0 auto;
	text-align: center;
	float: left;
	padding: 20px;
	padding-left: 10px;
	padding-right: 30px;
}

#textbox5 {
	position: relative;
	width: 25%;
	margin: 0 auto 0 auto;
	text-align: center;
	float: left;
	padding: 10px;
}

#bildbox {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	float: left;
	padding: 40px 80px 40px 80px;
}

#textboxzitat {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	float: left;
	padding: 50px 80px 50px 80px;
	font: 1.1em "Lato", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	opacity: 50%;
}

#picturebox {
	position: relative;
	width: 50%;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 10px;
}
	
.atab { 
	tab-size:30;
	-moz-tab-size:30; 
	-ms-tab-size:30;
}

.iconheader{
	width: 30%
}

.icon {
	width: 100%
}

@media screen and (max-width: 960px) {
	#textbox1 {
		width: 100%;
		padding: 10px;}
	#textbox2 {
		width: 100%;
		padding: 10px;}
	#textbox4 {
		width: 100%;
		padding: 10px;}
	#textbox5 {
		width: 100%;
		padding: 10px;}
	#textbox3bild {
		width: 100%;
		padding: 10px;}
	#textbox3{
		width: 100%;
		padding: 10px;
		text-align: center;}
	#textbox3{
		width: 100%;
		padding: 10px;
		text-align: center;}
	#textbox3text {
		width: 100%;
		padding: 10px;
		text-align: center;}
	#picturebox {
		position: relative;
		width: 90%;
		margin: 0 auto 0 auto;
		text-align: center;
		padding: 10px;}
	#sportpsycho {
		position: absolute;
		top: -2px;
		left: 60px;
		height: 60px;}
	#logo {
		position: fixed;
		top: 10px;
		left: 10px;
		width: 210px;}
	#header {
		background-color: #FFF;
		z-index: 100000000;
		position: fixed;
		height: 60px;
		width: 100%;
		top: 0;
		left: 0;}
	#hero {
		position: relative;
		top: 60px;}
	.icon {
		max-width: 65%;}
	#textboxzitat {
		position: relative;
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: center;
		float: left;
		padding: 20px 20px 20px 20px;
		font: 0.9em "Lato", sans-serif;
		font-weight: 400;
		letter-spacing: 0.04em;
		line-height: 1.2;
		opacity: 50%;}
	#bildbox {
		position: relative;
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: center;
		float: left;
		padding: 20px 20px 20px 20px;}
}

img {
	max-width: 100%; 
	height: auto;
	margin: 0;

}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
		max-width: 800px;
		margin: 0 auto 0 auto;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#herowrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	cursor: default;
}

#branding_wrapper {
	z-index: 99999;
	position: fixed;
	top: 160px;
	left: 0;
	width: 100%;
	padding: 0 0 0 15%;
}

#branding_text {
	z-index: 99999;
	position: absolute;
	top: 190px;
	left: 18%;
	text-align: left;
	cursor: default;
}

#menubox {
	z-index: 9999;
	position: absolute;
	width: 600px;
	top: 47px;
	right: 80px;
	text-align: center;
}

#menu {
	color: #0F0F0F;
	font: 0.8em "Montserrat", sans-serif;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.06em;
	list-style:none;
	position:absolute;
	top: 0;
	right: 0;
	margin: 0 auto;
}

#menu li{
	float:right; 	
}

#menu li a {
	display: block;
}

.menu2 {	
	list-style:none;
	position:absolute;
	top: 12px;
	right: 0;
	z-index:9999;
	margin: 0 auto;
}

.menu2 li{
	float: right;
}

.menu2 li a {
	display: block;
}

.menu2 li a:hover {
	color: #e5a565;
}


#menu3 {
	color: #9b9b9b;
	position: relative;
	list-style:none;
	z-index:9999;
	bottom: 0;
	left: 0;
	text-align: center;
}

.circle {
	display: none;
	z-index: 999999;
	position: fixed;
	bottom: -50px;
	right: 10em;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #f2ab6b;
	transition: transform 0.3s ease;
	transform: scale(1);
	text-align: center;
}

.top {
	position: relative;
	top: 4px;
	visibility: hidden;
}

.circle:hover .top {
	visibility: visible;
}

.circle:hover {
/*  Making button bigger on hover  */
  transform: scale(1.1) translate(0, -10px)

}



.circle-wrapper {
	z-index: 9999999;
  position: relative;
  width: 100%;
  height: 100%; 
}

.half-circle {
	z-index: 999999999;
  position: fixed;
	bottom: 60px;
  right: 15em;
  width: 120px;
  height: 60px;
  border-radius: 0 0 80px 80px;
  background-color: #e5a565;
  transform-origin: bottom center;
  transform: rotate(180deg);
}

@media screen and (max-width: 960px) {

	.circle {
	display: none;
	z-index: 999999;
	position: fixed;
	bottom: -50px;
	right: 1em;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #f2ab6b;
	transition: transform 0.3s ease;
	transform: scale(1);
	text-align: center;}

	#branding_text {
	z-index: 99999;
	position: absolute;
	top: 60px;
	left: 10%;
	text-align: left;
	cursor: default;}
}

.row {
	z-index: 9999;
	padding: 2% 0 0 0;
	text-align: center;
	padding-bottom: 80px;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
    width: 100%;
}

@media only screen and (min-width: 960px) {

.col-1 {width: 20%; margin: 10% 0 0 0;}
.col-2 {width: 40%;}
.col-3 {width: 60%;}
.col-4 {width: 80%;}
.col-5 {width: 100%;}
}

body, html {
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
}
.spaltelinks {
    width: 50%;
    float: left;
    background: #fffff;
    height: 100%;
    padding: 40px
    margin-top: 0;
    text-align: relative
}
.spalterechts {
    width: 50%;
    float: right;
    background: #fffff;
    height: 100%;
    padding: 40px
    margin-top: 0;
    text-align: relative
    padding-left: 50px
}

.spaltelinksgross {
    width: 50%;
    float: left;
    background: #fffff;
    height: 100%;
    padding-left: -100px
}
.spalterechtsgross {
    width: 50%;
    float: right;
    background: #fffff;
    height: 100%;
    margin-top: 0;
    text-align: left
    padding-left: 50px
}

.spaltelinksueber {
    width: 40%;
    float: left;
    background: #fffff;
    height: 100%;
    padding-right: 20px
}
.spalterechtsueber {
    width: 60%;
    float: right;
    background: #fffff;
    height: 100%;
    margin-top: 0;
    text-align: left
    padding-left: 100px
}
