@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}

html {
  scroll-behavior: smooth;
}

.full-wrapper {
    position: relative;
}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.8s infinite;
  -o-animation: bounce 0.8s  infinite;
  -webkit-animation: bounce 0.8s  infinite;
  animation: bounce 0.8s  infinite;
  colr:000;
}

body {
    height: 100%;
    background-color: rgb(191, 212, 222);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
    background-size: 850px, auto;
    background-image: url(../img/dots.png), radial-gradient(ellipse farthest-corner at 50% 250px, rgb(175, 194, 204) 0, rgb(255, 255, 255) 100%);
    font-family: Exo2Light, sans-serif;
    color: rgb(80, 110, 120);
    font-size: 14px;
    line-height: 1.3;
}

h1 {
    font-size: 24px;
    font-weight: bold;
}

h2 {
	font-size: 22px;
    font-weight: bold;
}

section{
	height: 100vh;
	margin: 0 auto;
	position: relative;
}

.centerme{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.impressum {
	padding:200px 15px 100px 15px;
}

.fulltext {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
	width: 100%;
}

.fulltext h1 {
    font-size: 50px;
    font-weight: bold;
}

.fulltext h2{
	font-size: 36px;
}

.smaller-text {
    width: 100%;
	font-size: 16px;
}

header {
	background: #fff;
	padding:15px;
	position: fixed;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid rgba(194, 208, 216, 0.43);
}

.mobile-button {
	display: none;
}

header .inner {
    /*border-bottom: 1px solid rgb(204, 204, 204);*/
}

.col-md-9.links {
	text-align:right;
}

.navigation a {
    color: rgb(80, 110, 120);
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 5px 20px;
	font-weight: bold;
}

.navigation a:hover {
	color:rgb(6, 137, 184);
}

.bigtext h2 {
    font-size: 50px;
    margin-bottom: 40px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 99%;
}

.button-row i {
	font-size: 50px;
	color: rgb(6, 137, 184);
	cursor: pointer;
}

.button-row {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    text-align: center;
    bottom: 100px;
}

#first {
    max-width: 1400px;
}

#second {
	background: #fff;
}

.centerme.container {
    max-width: 1400px;
}

.row.align-items-center.last-row {
	margin-top: 60px;
	border-top: 1px solid rgb(227, 227, 227);
	padding-top: 60px;
}

footer {
    background: rgb(80, 110, 120);
    color: #fff;
	padding: 20px 0px;
}

.inside {
	max-width: 1400px;
	margin:0 auto;
}


#footer-cookie,
#footer-cookie * {
  box-sizing: border-box;
}

#footer-cookie {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	line-height: 60px;
	background: rgba(48, 48, 48, 0.53);
	color: #fff;
	z-index: 9999;
}

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

#footer-cookie #description {
  float: left;
}

#footer-cookie #accept {
  float: right;
  background: rgb(37, 57, 83);
  padding: 0px 10px;
}

.cookie-inner {
    background: #000;
    width: 100%;
    padding: 0px 30px;
    position: fixed;
    bottom: 0;
}

#footer-cookie #accept a{
		display: block;
	}

@media screen and (max-width: 1024px) {
  .col-md-9.links {
	  width:100%;
	  text-align: center;
  }
  
  .navigation a {
	display: block;
	padding: 10px;
	font-size: 22px;
	border: 1px solid rgb(234, 234, 234);
	margin-bottom: 2px;
  }
  
  .navigation {
	  display:none;
  }
  
  .mobile-button {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    cursor: pointer;
	}
	
  #first.height {
	  height: 100%;
  }
}

@media screen and (max-width: 768px) { 
	.fulltext {
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		width: 100%;
	}
	
	.fulltext h1 {
		font-size: 30px;
		font-weight: bold;
	}
	
	.order-1 {
		order: 2!important;
	}
	
	.order-2 {
		order: 1 !important;
	}
	
	.fulltext h2 {
		font-size: 28px;
	}
	
	.mobile-button {
		font-size: 36px;
	}
	
	.navigation a {
		font-size: 22px;
	 }
	 
	#footer-cookie #accept {
		float: right;
		background: rgb(37, 57, 83);
		padding: 0px 10px;
		width: 100%;
		text-align: center;
	}
	
	#footer-cookie #description {
		float: left;
		line-height: 30px;
	}
	
	#footer-cookie #accept a{
		display: block;
	}
}
