
.primaryButton {
	background-color: #DDD2D2;
	border-radius: 6px;
	font-size: 18px;
	padding: 1em 1.7em;
	margin: 2em auto 3em auto;
	font-family: Open Sans, Semibold;
	line-height: 24px;
	border: none;
	text-decoration: none;
    display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	transition-duration: 0.2s;
	cursor: pointer;
	position: relative;
}

.primaryButton:hover {
	background-color: #EDE9E9;
	text-decoration: underline;
	box-shadow: 0px 4px 12px 0px #DDD2D2;
	-webkit-box-shadow: 0px 4px 12px 0px #DDD2D2;
	-moz-box-shadow: 0px 4px 12px 0px #DDD2D2;
}

.primaryButton.selected {
	background-color: #000000;
	color: #fff;
}

.primaryButton.selected:hover {
	text-decoration: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.primaryButton:active {
	background-color: #000000;
	color: #fff;
}

.primaryButton:active:hover {
	text-decoration: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.primaryButton.confi {
	padding: 1em 2em 1em 3em;
	margin: 2em auto 3em auto;
	font-size: 1.375em;
	text-transform: uppercase;
	position: relative;
}

.primaryButton.confi.selected {
	padding: 1em 2.5em 1em 2.5em;
}

.primaryButton.confi:active {
	padding: 1em 2.5em 1em 2.5em;
}

.primaryButton.confi::before {
	position: absolute;
	background-image: url("../img/zahnrad_schwarz.svg");
	background-size: 100% 100%;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	left: 29px;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 0.2s;
}

.primaryButton.confi:hover {
	padding: 1em 1.8em 1em 3.2em;
}

.primaryButton.confi.selected:hover {
	padding: 1em 2.5em 1em 2.5em;
}

.primaryButton.confi:active:hover {
	padding: 1em 2.5em 1em 2.5em;
}

.primaryButton.confi:hover::before {
	left: 32px;
	transform: translateY(-50%) rotate(180deg);
}

.primaryButton.pfeil {
	padding: 1em 2.5em 1em 1.7em;
}

.primaryButton.pfeil::after {
	position: absolute;
	background-image: url(../img/next_black.svg);
	background-size: 100% 100%;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 0.2s;
}

.primaryButton.pfeil:hover {
	padding: 1em 2.3em 1em 1.9em;
}

.primaryButton.pfeil:hover::after {
	right: calc(15px - 0.2em);
}

.primaryButton.pfeil.selected {
	padding: 1em 2.1em;
}

.primaryButton.pfeil:active {
	padding: 1em 2.1em;
}

.primaryButton.pfeil.selected::after {
	display: none;
}

.primaryButton.pfeil:active::after {
	display: none;
}



.ghostButton {
	background-color: #FFFFFF;
	border: solid 2px #DDD2D2;
	border-radius: 6px;
	font-size: 18px;
	padding: 1em 1.7em;
	margin: 2em auto 3em auto;
	font-family: Open Sans, Semibold;
	line-height: 24px;
	text-decoration: none;
    display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	transition-duration: 0.2s;
	cursor: pointer;
	position: relative;
}

.ghostButton:hover {
	text-decoration: underline;
	box-shadow: 0px 4px 12px 0px #DDD2D2;
	-webkit-box-shadow: 0px 4px 12px 0px #DDD2D2;
	-moz-box-shadow: 0px 4px 12px 0px #DDD2D2;
}

.ghostButton.selected {
	border-color: #000;
}

.ghostButton.selected:hover {
	text-decoration: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.ghostButton:active {
	border-color: #000;
}

.ghostButton:active:hover {
	text-decoration: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.ghostButton.learnMore {
	padding: 1em 2.5em 1em 1.7em;
}

.ghostButton.learnMore::after {
	position: absolute;
	background-image: url(../img/next_black.svg);
	background-size: 100% 100%;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 0.2s;
}

.ghostButton.learnMore:hover {
	padding: 1em 2.3em 1em 1.9em;
}

.ghostButton.learnMore:hover::after {
	right: calc(15px - 0.2em);
}

.ghostButton.learnMore.selected {
	padding: 1em 2.1em;
}

.ghostButton.learnMore.selected::after {
	display: none;
}

.ghostButton.learnMore:active {
	padding: 1em 2.1em;
}

.ghostButton.learnMore:active::after {
	display: none;
}


.hamburgerMobileNav {
	text-align: center;
	background-color: #DDD2D2;
	border-radius: 6px;
	font-size: 18px;
	padding: 18px calc(23px + 18px + 13px) 18px 20px;
	font-family: Open Sans, Semibold;
	line-height: 24px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	transition-duration: 0.2s;
	cursor: pointer;
	position: relative;
	width: calc(170px - calc(1em + 18px + 13px) - 20px);
	display: none;
}

.hamburgerMobileNav.selected {
	color: #fff;
	background: #000;
}

.hamburgerMobileNav .lineDiv{
	position: absolute;
	right: 1.7em;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 12px;
	transition-duration: 0.2s;
}

.hamburgerMobileNav .lineDiv .line{
	width: 100%;
	height: 2px;
	background-color: #000;
	display: block;
	transition-duration: 0.2s;
	position: absolute;
}

.hamburgerMobileNav .lineDiv .line:nth-child(1) {
	right: 0;
	top: 0px;
	transform-origin: right;
}

.hamburgerMobileNav .lineDiv .line:nth-child(2) {
	top: 5px;
	transform-origin: center;
	left: 0;
}

.hamburgerMobileNav .lineDiv .line:nth-child(3) {
	bottom: 0px;
	transform-origin: left;
	left: 0;
}

.hamburgerMobileNav.selected .lineDiv{
	width: 16px;
	height: 16px;
}

.hamburgerMobileNav.selected .lineDiv .line{
	background: #fff;
	margin: 0;
}

.hamburgerMobileNav.selected .lineDiv .line:nth-child(1) {
	left: revert;
	top: 0px;
	transform: rotate(-45deg);
	width: 20.5px;
}

.hamburgerMobileNav.selected .lineDiv .line:nth-child(2) {
	transform: translate(-50%, -50%) rotate(45deg);
	left: 50%;
	top: 50%;
	width: 20.5px;
}

.hamburgerMobileNav.selected .lineDiv .line:nth-child(3) {
	bottom: 0px;
	opacity: 0;
	left: 1px;
	transform: rotate(-45deg);
}

@media only screen and (max-width: 1099px) {
	.hamburgerMobileNav{
		display: inline-block;
	}
}