@media screen and (min-width: 961px){}
@media screen and (max-width: 960px){h1{font-size: 2.4rem!important;}h2{font-size: 1.8rem!important;}}
@media screen and (max-width: 1410px){h1{font-size: 2rem!important;}h2{font-size: 1.5rem!important;}.topnav{padding-left: 0!important;}.topnav a { padding-right: 20px!important;}}
@media screen and (max-width: 1320px){footer{padding: 2% 0 0 0!important;}.f-f{padding:10px;}}
@media screen and (max-width: 960px){.timeline{display: none!important;} div.row{margin:0!important;}.ff-contain{padding: 1% 0%!important;}.column {width: 90%!important;}.space{margin:70px!important;}.grid-container{grid-template-columns: none!important;}a.contact{float: left!important;}.box-icon {margin: 8px 10px 20px 10px;}}
@media screen and (min-width: 1320px){.ff-contain{padding:3% 14%}}
	

	footer{padding:3% 14%;}	

body{font-family: "Roboto",Arial,Tahoma,sans-serif;margin:0px;}
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h1,h2,h3,h4 {font-family: raleway, sans-serif;}

h1{font-size:50px;}
	
	h1,h2,h3,h4, p, li{margin: 10px 0px;color:#676767;-webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;}
	h4{font-weight:500;font-size:17px;} p{font-weight:400;font-size:15px;line-height: 20px;}
	.svg-office:hover .svg-office__background *,
	.svg-office.active .svg-office__background * {
		fill: #ff9800;
	}	
a, button{text-decoration: none!important;font-family: roboto;font-size:15px;}.tablinksm{text-decoration: none!important; }

button {
    outline: none;
}

.column.footer_a {
  float: left;
  width: 100%;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.column.footer_a a {
  letter-spacing: 0;
  text-decoration: none;
  color: #FFFFFF;
}

.column.footer_a a:hover {
  color: rgb(44, 171, 216);
  text-decoration: underline;
}





.column {
  float: left;padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

input[type=text], select, textarea, input[type=password] {
width: 100%;
    padding: 12px;
    border-bottom: 1px solid #c5c5c5;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;border-right: 2px solid #fff;
    text-decoration: none;
    outline: none;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}


/*Mobile Nav*/


#mnav a {
  padding: 14px 16px;
  text-decoration: none;
  display: block;color: white;
}

.mnav-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}


/* The anmelden (background) */
.anmelden {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 11%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* anmelden Content */
.anmelden-content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px 50px 50px 50px;
  border: 1px solid #888;
  width: 300px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
	border: none;
    background-color: #fff;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.centered-title{max-width:700px;margin-left:auto;margin-right:auto;padding: 15px;text-align: center;}


/*navi*/

.topnav a { 
  float: left; 
  display: block;
  color: black;
  text-align: center;
  padding: 10px 22px;
  text-decoration: none;
  font-size: 15px;    color: #676767;
}



.topnav .icon {
  display: none;
}



.topnav {position: fixed;
    z-index: 5;
    background-color: white;
  overflow: hidden;width: 100%;padding: 1% 0 1% 14.3%;top: 0;left: 0;
    box-shadow: 0px 2px 10px 0px rgba(138, 138, 138, 0.24);
}

.topnav a {
  float: left;
  display: block;
  color: #ff9800;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  color: grey;
}

.topnav a.active {
  color: grey;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 960px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}