@import url("normalize.css");
@import url("grid.min.css");

/* =============================================
   Resets
============================================= */

* {
   margin      : 0;
   padding     : 0;
   outline     : 0;
   box-sizing  : border-box;
}

img,
iframe {
   vertical-align : middle;
   border         : none;
   width				: 100%;
}

button   { outline         : none;  }
figure   { margin          : 0;     }
h1       { margin          : 0;     }
a        { text-decoration : none;  }
nav ul   { list-style      : none;  }

header ul:after {
  content: "";
  display: table;
  clear: both;
}

/* =============================================
   Global Styles
============================================= */


body {
  font-size   : 100%;
  line-height : 1.6;
  background  : #FFF;
	font-family: "Roboto", sans-serif;
	color: #2e3192;
	position: relative;
}

main {
	position: relative;
}

h1, h2, h3 {
	font-family: "Rajdhani", sans-serif;
}

.container{
	max-width			:	1200px;
	width					:	100%;
	margin				:	0 auto;
	padding-right	:	15px;
	padding-left	:	15px;
}

.mobile-button {
	background: #2e3192;
	position: fixed;
	right: 0;
	border-left: 5px solid #faa500;
	width: 70px;
	height: 70px;
	z-index: 4;
}

.mobile-button span {
	background: #faa500;
	top: 15px;
	width: 40px;
	height: 3px;
}

.mobile-button span:nth-child(1) {
	top: 20px;
}

.mobile-button span:nth-child(2) {
	top: 33px;
}

.mobile-button span:nth-child(3) {
	top: 45px;
}

.mobile-button.button-animation span:nth-child(1) {
    top: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-button.button-animation span:nth-child(3) {
    top: 35px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
	
/* ====== Border ====== */

.border-top:before,
.border-bottom:after{
  content     : "";
  display     : block;
  height      : 1px;
  background  :  #000;
}

.row-g.border-top:before,
.row-g.border-bottom:after {
  width 	: calc(100% - 30px);
  margin	: 0 15px;
}


/* FARBEN:

blau: #2e3192
orange: #faa500
schwarz: #1a171b

*/

/* =============================================
   Main Styles
============================================= */

#circle {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .7;
	-webkit-backface-visibility: hidden;
	-webkit-transform:translate3d(0,0,0);
}

#circle2 {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .7;
	-webkit-backface-visibility: hidden;
	-webkit-transform:translate3d(0,0,0);
}

#circle svg {
    right: -14%;
    position: absolute;
    top: -20%;
    width: 53%;
    overflow: visible;
}

#circle2 svg {
    left: -19%;
    position: absolute;
    bottom: -20%;
    width: 53%;
    overflow: visible;
}

#circle svg g #_1,
#circle svg g #_3,
#circle svg g #_5,
#circle2 svg g #_1,
#circle2 svg g #_3,
#circle2 svg g #_5 {
	transform: rotate(0deg);
	transform-origin: center;
	animation: roll-1 60s linear infinite;
}

#circle svg g #_2,
#circle svg g #_4,
#circle2 svg g #_2,
#circle2 svg g #_4 {
	transform: rotate(0deg);
	transform-origin: center;
	animation: roll-2 60s linear infinite;
}

@keyframes roll-1 {
	100% {transform: rotate(360deg);}
}

@keyframes roll-2 {
	100% {transform: rotate(-360deg);}
}


header,
.header {
	position: relative;
}

.header {
	height: 155px;
}

.logo {
	margin-top: 30px;
	padding-left: 15px;
}

.phone {
	background: #2e3192;
	border-bottom: 5px solid #faa500;
	padding: 15px;
	right: 30px;
	width: 280px;
	z-index: 3;
	position: absolute;
}

.phone p img {
	height: 40px!important;
	width: 40px!important;
}

.phone a {
	color: #faa500;
	font-family: "Rajdhani", sans-serif;
	font-size: 1.7em;
	line-height: 0;
	position: absolute;
	top: 36px;
	left: 70px;
}

.phone a img {
	height: 40px!important;
	width: 40px!important;
}

.header-claim {
	height: 50vh;
	position: relative;
}

.header-claim .textbox p:first-of-type:before {
	content: "";
	width: 5px;
	height: 40px;
	background: #faa500;
	display: block;
	top: 4px;
	left: 1px;
	position: absolute;
}

.header-claim .textbox p {
	position: relative;
}

.header-claim .textbox {
	padding-left: 15px;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
}

.header-claim .textbox h1 {
	font-size: 60px;
	line-height: 1;
}

.header-claim .textbox h1:nth-child(odd) {
	color: #faa500;
}

.header-claim .textbox p {
	padding-left: 15px;
}

.hero {
	position: relative;
}

.nav-main {
	padding-left: 15px;
}

.nav-main ul li {
	display: inline-block;
}

.nav-main ul li a {
	font-family: "Rajdhani", sans-serif;
	font-weight: 500;
	padding-right: 15px;
	font-size: 175%;
	color: #2e3192;
}

.nav {
	display: none;
}

.hero .row {
	position: relative;
	background-color: #faa500;
	background-clip: content-box;
}

.hero-left {
	float: left;
	position: absolute;
	height: 100%;
	overflow: hidden;
}

.hero-left img {
	height: 100%;
	object-fit: cover;
}

.hero-right {
	float: right;
	line-height: 1.6;
	padding: 50px;
}

.hero-right a {
	color: #2e3192;
	font-weight: 1000;
}

.akkordeon-container {
	margin-top: 6%;
}

.akkordeon-container h1:after {
	content: "";
	width: 30px;
	height: 3px;
	background: #2e3192;
	position: absolute;
	display: block;
	margin: 0 auto;
	margin-top: 17px
}

.akkordeon-menu {
	width: 100%;
	position: relative;
	margin-top: 60px;
}

.akkordeon {
    text-align: center;
    color: #faa500;
    margin-bottom: 3px;
    transition: .1s;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}

.akkordeon .akkordeon_active {
	transition: .1s;
}

.akkordeon h3 {
	padding-top: 16px;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	text-transform: uppercase;
	font-size: 32px;
	background: #2e3192;
	position: relative;
	line-height: 1;
}

.akkordeon h3:before {
	content: url(../../../assets/userfiles/puditec/icons/akkordeon.svg);
	display: inline-block;
	width: 15px;
	height: 47px;
	position: absolute;
	left: 27px;
	top: 19px;
	bottom: 0;
	margin: auto;
	transition: .3s;
}

.blog {
	padding: 50px 20px;
}

.blog article {
	margin: 0 0 20px 0;
	width: 100%;
	clear: both;
	float: left;
}

.blog article a {
	display: block;
	background: #2e3192;
    border: 1px solid #2e3192;
    color: #fff;
	padding: 5px;
	width: auto;
	float: left;
	clear: both;
	margin-top:10px;
}

.blog article a:hover {
	background: #fff;
    color: #2e3192;
    transition: .2s;
    border: 1px solid #2e3192;
}
	
/* Fallback um SVG in IE richtig zu skalieren */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	.akkordeon h3:before {
		top: 1px!important;
		transform-origin: center!important;
	}
}

.akkordeon .akkordeon_active:before {
	transform: rotate(90deg);
	transform-origin: 6px 15px;
}

.akkordeon div {
	display: none;
	background: #f2f2f2;
	color: #2e3192;
	padding: 30px 60px;
	text-align: left;
}

.akkordeon:last-of-type div {
	border-bottom: 1px solid #2e3192;
}

.akkordeon div p {
	text-align: left;
	line-height: 2;
}

.akkordeon div ul {
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
	margin: 0.75em 0;
	padding: 0 1em;
	list-style: none;
	position: relative;
	line-height: 2;
}

.akkordeon div ul li {
	list-style-type: square;
}

.fieldrow {
	padding-right: 15px;
	padding-top: 15px;
}

input,
textarea {
	width: 100%;
	border: 1px solid #fff;
	transition: .3s;
}

input:focus,
textarea:focus {
	width: 100%;
	transition: .3s;
}

textarea {
	height: 100px;
	transition: .3s;
	resize: none;
}


.fieldrow button {
	background: #2e3192;
	border: 1px solid #2e3192;
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	width: 300px;
	cursor: pointer;
	transition: .2s;
}

.fieldrow button:hover {
	background: #fff;
	color: #2e3192;
	transition: .2s;
	border: 1px solid #2e3192;
}

footer {
	position: relative;
	padding-top: 80px;
}

.footernav {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
	bottom: 25px;
}

.footernav ul li{
	display: inline-block;
}

.footernav ul li a{
	font-family: "Rajdhani", sans-serif;
	color: #2e3192;
}

.copyright {
	display: block;
	width: 100%;
	text-align: center;
	font-family: "Rajdhani", sans-serif;
}

.name_and_contact,
.required,
.kids_to_google,
.google{
	padding: 25px;
	list-style-position: inside;
}

.privacy_policy_wrapper {
	background-color: #2e3192!important;
	color: #faa500;
	font-weight: 1000;
}

.pp_confirm {
	background-color: #faa500!important;
	color: #2e3192!important;
}

	

/* =============================================
   Media Queries
============================================= */

@media (max-width: 1200px) {
	
#circle svg {
 	right: -32%;
	position: absolute;
	top: -19%;
	width: 78%;
	overflow: visible;
}

#circle2 svg {
	left: -34%;
	position: absolute;
	bottom: -28%;
	width: 78%;
	overflow: visible;
}

}

@media (max-width: 1024px) {
  
  /* ====== Global Styles ======*/
  
	.container, .row {
		padding: 0!important;
	}
	
	
	#circle svg {
    right: -32%;
    top: -11%;
    width: 77%;
}

	#circle2 svg {
	left: -31%;
	bottom: -22%;
	width: 77%;
}
  
  /* ====== Header ====== */
  
  header .container,
  header .row,
  header .row-g {
    padding-right: 0;
    padding-left: 0;
  }
  
  header nav {
    background: lightgrey;
    display: none;
  }
  
  header nav li {
    float: none;
    border-bottom: 1px solid #000;
  }
  
  header nav li:last-child {
    border: none;
  }
  
  header nav a {
    display: block;
    padding: 10px 20px;
  }
	
	.nav-main {
		display: none;
	}
	
	.nav {
    position: fixed;
    top: 170px;
    background: #2e3192;
    width: 50%;
    right: 0;
    max-width: 200px;
    border-left: 5px solid #faa500;
    z-index: 1;
	}
	
	.nav ul {
		text-align: right;
	}
	
	.nav ul li:nth-child(even) {
		border-bottom: 1px solid #faa500;
		border-top: 1px solid #faa500;
	}
	
	.nav ul li a {
		color: #faa500;
		font-weight: 1000;
	}
	
	.phone {
		right: -210px;
    width: 280px;
    top: 20px;
		transition: .2s;
		border-bottom: none;
		border-left: 5px solid #faa500;
		padding-left: 14px;
		position: fixed;
	}
	
	.phone.active {
		right: 0px;
		transition: .2s;
	}
	
	.map p iframe {
		border: none!important;
	}
	


  
}

@media (max-width: 900px) {
	
	.textbox h1 {
		font-size: 45px!important;
	}

}

@media (max-width: 768px) {
	
	#circle svg {
	right: -36%;
	top: -5%;
	width: 84%;
}

	#circle2 svg {
	left: -31%;
	bottom: -16%;
	width: 84%;
}
	
	.logo {
	width: 50%;
	}
	
	.hero-left {
	position: relative;
	height: 300px;
	}
	
	.hero-right {
	position: relative;
	}
	
}

@media (max-width: 600px) {
	
	#circle svg {
    right: -41%!important;
    top: -4%!important;
    width: 101%!important;
}
	
	#circle2 svg {
    left: -31%!important;
    bottom: -10%!important;
    width: 101%!important;
}
	
	.textbox h1 {
		font-size: 35px!important;
	}
	
	.akkordeon h3 {
		font-size: 18px;
		word-break: break-word;
	}
	
	.hero-right {
    float: right;
    line-height: 1.6;
    padding: 20px;
}
	
	.fieldrow {
	padding-right: 0;
	padding-top: 15px;
}
	.fieldrow button {
		width: 100%;
	}
	
	
}
