/* ============================ Foundation Original Styles Layout Override ==========================*/

html,
body {
		color: #555555;
		font-size: 16px;
		line-height: 150%;
		font-family: arial;
		width: 100%;
		background: #c2c2c2;
}

h1,
h2,
h3,
h4 {
		line-height: 150%;
		padding-top: 1rem;
		text-transform: uppercase;
		font-family: arial;
}

h1 {
		font-size: 1.625rem;
		padding: 50px 0;
}

h2 {
		font-size: 1.25rem;
}

h3 {
		font-size: 1.125rem;
}

#topics-section h1,
#content-section h1,
#references-section h1,
#about-section h1 {
		color: #ffffff;
		padding: 1rem;
		margin: 0;
		font-size: 1.625rem;
}

#topics-section h1 {
		background: #fab233;
}

#content-section h1 {
		background: #99af2b;
}

#references-section h1 {
		background: #8a2d6a;
}

#about-section h1 {
		background: #008ab7;
}

#anchor-team,
#anchor-content,
#anchor-references,
#anchor-about {
		position: absolute;
		top: -338px;
}

.row {
		margin: 0 auto;
		max-width: 768px;
		width: 100%;
}

.row .row {
		margin: 0;
		max-width: 100%;
		width: 100%;
}

.columns {
		padding: 0px 30px;
}

#topics-section .large-9,
#content-section .large-9,
#references-section .large-9,
#about-section .large-9 {
		padding-top: 30px;
		margin-top: -8px;
		top: 0px;
		left: 0px;
		height: 100%;
}

#topics-section .large-9 {
		top: 0px;
		height: 550px;
}

#content-section .large-9 {
		top: 0px;
		height: 670px;
		z-index: 5;
}

#references-section .large-9 {
		top: 0px;
		height: 1050px;
}

#about-section .large-9 {
		top: 0px;
		height: 650px;
		z-index: 5;
}

#topics-section .bg-img-tablet {
		background: url("../img/tablet_was_wir_tun.png") no-repeat scroll center -25px;
		height: 210px;
		position: relative;
}

#content-section .bg-img-tablet {
		background: url("../img/tablet_mit_was_arbeiten.png") no-repeat scroll center -95px;
		height: 210px;
		position: relative;
}

#references-section .bg-img-tablet {
		background: url("../img/tablet_was_man-sieht.png") no-repeat scroll center -250px;
		height: 210px;
		position: relative;
}

#about-section .bg-img-tablet {
		background: url("../img/tablet_wer_wir_sind.png") no-repeat scroll center -130px;
		height: 210px;
		position: relative;
}

.sections-move {
		height: 4200px;
		position: relative;
		overflow: visible;
}

/* =====================  Landing Page Classes ===================== */

#landing-section .columns {
		padding: 0;
}

.landing-top-left-bg {
		background: rgba(0, 0, 0, 0) url("../img/tablet_was_wir_tun.png") no-repeat scroll -58px bottom / auto 90%;
}

.landing-top-right-bg {
		background: rgba(0, 0, 0, 0) url("../img/tablet_mit_was_arbeiten.png") no-repeat scroll center bottom / auto 97%;
}

.landing-bottom-left-bg {
		background: rgba(0, 0, 0, 0) url("../img/tablet_was_man-sieht.png") no-repeat scroll -169px 20px / auto 120%;
}

.landing-bottom-right-bg {
		background: rgba(0, 0, 0, 0) url("../img/tablet_wer_wir_sind.png") no-repeat scroll center 95px/ auto 90%;
}

.button-bewerbung-box {
	width: 154px;
	height: 124px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 11;
	bottom: 0;
	right: 40px;
}

.button-bewerbung {
	background-color: #153D8A;
	width: 154px;
	height: 154px;
	display: block;
	border-radius: 50%;
	padding: 5px;
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);

	transform: rotate(-10deg);
}

.button-bewerbung-inner {
	border: 2px solid #ffffff;
	border-radius: 50%;
	width: 144px;
	height: 144px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	padding: 34px 20px 0 20px;
	line-height: 1;
}

.button-bewerbung-inner span {
	font-size: 21px;
	margin-top: 5px;
	display: block;
}


/* ===================== Modified Foundation Navbar Classes ===================== */

/*#menu-section.menu {
		left: 0;
}

#menu-section .logo {
		padding: 10px 30px 20px;
}

#menu-section .logo img {
		position: relative;
		z-index: 99;
		background: #fff;
		padding: 0;
		width: 150px;
		height: auto;
}

#menu-section .top-bar {
		height: 66px;
}

#menu-section .top-bar,
#menu-section .top-bar-section li:not(.has-form) a:not(.button) {
		font-size: 1rem;
		line-height: 1.6;
}

#menu-section .top-bar-section li:not(.has-form) a:not(.button) {
		padding: 0.3rem;
}

.top-bar-section ul {
		padding-left: 20px;
}

#menu-section .top-bar-section ul li {
		padding: 1rem 0.5rem 1rem 0.5rem;
}

#menu-section .top-bar-section ul li a {
		font-size: 0.8rem !important;
}*/

.menu-wrap {
	height: auto;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3) !important;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3) !important;
	display: none;
}

.menu-wrap.blue {
	background-color: #ffffff;
}

.menu-wrap-inner {
	height: 70px;
}

.menu-positioner {
	height: auto;
	width: 100%;
}

.logo-box {
	height: 70px;
	position: static;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 150px;
	border-radius: 0;
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 10px;
	display: block;
}

.logo-top {
	width: 120px !important;
	height: auto;
}

.burger-button {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/menue.svg) center center no-repeat;
}

.navigation-list:before {
	content: "Menu";
	position: absolute;
	left: 20px;
	top: 11px;
	color: #ffffff;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.navigation-list {
	padding: 50px 20px 20px 20px;
	background-color: #6E7A84;
	position: relative;
	display: none;
}

.navigation-list li {
	display: block;
	margin: 0;
	text-align: left;
	margin-bottom: 6px;
}

.navigation-list li.hidden {
	display: block;
}

.navigation-list li a {
	position: relative;
	background-color: #A8A8A8;
	width: 100%;
	display: block;
	color: #222222;
	font-size: 1.1rem;
	text-transform: none;
	padding: 11px 12px 12px 75px;
	height: 50px;
	border-radius: 3px;
}

.navigation-list li a:before {
	content: "";
	display: block;
	width: 58px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/arrow_down.svg) center center no-repeat;
	background-color: #777777;
	border-radius: 3px;
}

.navigation-list li a[href^="#anchor-team"]:before {
	background-color: #fab233;
}

.navigation-list li a[href^="#anchor-content"]:before {
	background-color: #99af2b;
}

.navigation-list li a[href^="#anchor-references"]:before {
	background-color: #8a2d6a;
}

.navigation-list li a[href^="#anchor-about"]:before {
	background-color: #008ab7;
}

.navigation-list li a[href^="#contact-section"]:before {
	background-color: #153d8a;
}

.navigation-list li a[href^="#impressum"]:before {
	background-color: #153d8a;
}


/* ============================ CIS-Topics Classes ====================*/

#topics-section .button-topics {
		top: 160px !important;
		left: 130px !important;
}


}
#topics-section .bg-topics {
		height: auto !important;
		max-width: 429px !important;
		width: 429px !important;
}
#topics-section #topic-tabs.tabs {
		padding: 220px 0 0 0;
		width: 730px;
}

.arrow_box {
	margin-right: 2px;
}

#topics-section .topic-tabs-position .tabs-content {
		position: relative;
		top: 35px;
}

/* ============================ CIS-Content  Classes ====================*/
#content-section .button-content {
		top: 70px !important;
		left: 5px !important;
}
#content-section .content-container {
		position: relative;
		top: 50px;
}

efixes and remove unnecessary in your CSS
.example {
		display: flex;
		transition: all .5s;
		user-select: none;
		background: linear-gradient(to bottom, white, black);
}

.content-box {
	margin-top:60px;
	width: 100px;
}

.content-box .quad_bg {
		width: 80px;
		height: 80px;
}

.content-box  h3{
  font-size: 0.6rem;
}

@-webkit-keyframes quad-grow {
	from {
		 -webkit-transform: scale(1);
						 transform: scale(1);
	}
	to {
		 -webkit-transform: scale(3.6);
						 transform: scale(3.6);
	}
}

@keyframes quad-grow {
	from {
		 -webkit-transform: scale(1);
						 transform: scale(1);
	}
	to {
		 -webkit-transform: scale(3.6);
						 transform: scale(3.6);
	}
}

@-webkit-keyframes quad-shrink {
	from {
		 -webkit-transform: scale(3.6);
						 transform: scale(3.6);
	}
	to {
		 -webkit-transform: scale(1);
						 transform: scale(1);
	}
}

@keyframes quad-shrink {
	from {
		 -webkit-transform: scale(3.6);
						 transform: scale(3.6);
	}
	to {
		 -webkit-transform: scale(1);
						 transform: scale(1);
	}
}


/* ============================ CIS-References & Orbit Slider Classes ====================*/
#references-section .button-references {
		top: 85px !important;
		left: 210px !important;
}
#references-section .button.small {
		width: 110px;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
}
#references-section .orbit-bullets-container {
		position: relative;
		z-index: 10px;
}
#references-section .tabs .button a {
		font-size: 0.8rem;
		padding: 0;
}

/* =========================== About us Classes ================ */

.about-box{
	width:180px;
}

@-webkit-keyframes circle-grow-box {
	from {
		width:180px;
	}
	to {
		width:340px;
	}
}

@keyframes circle-grow-box {
	from {
		width:180px;
	}
	to {
		width:340px;
	}
}

@-webkit-keyframes circle-shrink-box {
	from {
		width:340px;
	}
	to {
		width:180px;
	}
}

@keyframes circle-shrink-box {
	from {
		width:340px;
	}
	to {
		width:180px;
	}
}

/* =========================== CIS Footer & Impressum Classes ================ */
#footer-section {
		bottom: 0;
		margin: 0 auto;
		max-width: 100%;
		position: relative;
		width: 100%;
		z-index: 10;
}
#footer-section,
#footer-section a {
		color: #ffffff;
}
#footer-section a {
		float: left;
		margin-left: 0px;
		padding-right: 20px;
}
