
@font-face {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/fonts/entypo.eot');
  src: url('/assets/fonts/entypo.eot?#iefix') format('eot'),
  url('/assets/fonts/entypo.woff') format('woff'),
  url('/assets/fonts/entypo.ttf') format('truetype'),
  url('/assets/fonts/entypo.svg#entypo') format('svg');
}

[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

.entypo-down-open-big:before {
	content: "\e760";
}

.entypo-paper-plane:before {
	content: "\e79b";
}

.entypo-location:before {
	content: "\e724";
}

.entypo-phone:before {
	content: "\1f4dE";
}

.entypo-heart-empty:before {
	content: "\2661";
}

.entypo-user:before {
	content: "\1f464";
}

.entypo-pencil:before {
	content: "\270e";
}

.entypo-menu:before {
	content: "\2630";
}

.entypo-facebook:before {
	
	content: "\f30c";
}

.entypo-gplus:before {
	content: "\f30f";
}

.entypo-twitter:before {
	content: "\f309";
}

.entypo-instagrem:before {
	content: "\f32d";
}

.entypo-behance:before {
	content: "\f34e";
}

.entypo-dribbble:before {
	content: "\f31b";
}

.entypo-github:before {
	content: "\f300";
}

.entypo-linkedin:before {
	content: "\f318";
}

.entypo-skype:before {
	content: "\f339";
}

.entypo-tools:before {
	content: "\2692";
}

.entypo-clock:before {
	content: "\1f554";
}

.entypo-briefcase:before {
	content: "\1f4bc";
}

.entypo-left-open-big:before {
	content: "\e765";
}

.entypo-right-open-big:before {
	content: "\e766";
}

.entypo-check:before {
	content:"\2713";
}

/* CSS-BASIC
----------------------------------------------------------------------------------------- */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

html,
body {
	height: 100%;
	width: 100%;
}

html {
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff;
	color: #555;
	font-family: 'Domine', serif;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p,
ul,
ol {
	margin-bottom: 30px;
}

p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 30px;
	text-rendering: optimizeLegibility;
}

a, 
label {
	border-bottom: 1px dotted #ccc;
	color: #ff9933;
	padding-bottom: 2px;
	text-decoration: none;
}



a:hover,
a:active,
a:focus,
label:hover,
label:active,
label:focus {
	opacity: .8;
	cursor:pointer;
}



b,
strong {
	font-weight: 700;
}

q,
blockquote {
	background: #eee;
	border-left: 5px solid #aaa;
	display: block;
	margin: 60px 0 30px;
	padding-left: 20px;
	text-indent: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

embed,
img,
object {
	max-width: 100%;
}

img {
	height: auto;
	-ms-interpolation-mode: bicubic;
}

figure {
	margin: 0;
}

hr {
	border: 0;
	border-top: 1px solid #ddd;
	display: block;
	height: 1px;
	margin: 30px 0;
	padding: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.clear:before,
.clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

::-moz-selection {
	background: #ff9933;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #ff9933;
	color: #fff;
	text-shadow: none;
}

/* CSS-EXTRAS
----------------------------------------------------------------------------------------- */

.button {
	border: 0;
	background: #555;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding: 10px 20px;
}

.button:hover {
	opacity: .8;
}

.ghost {
	border: 1px solid #555;
	background: transparent;
	color: #555;
}

.hide {
	display: none;
}

.table {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 20;
}

.cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}



.container1 {
	margin: 0 auto;
	padding: 0 40px;
	position: relative;

}

.top {
	background: #ff6600 url(/assets/images/icons/top-arrow.svg) no-repeat center 50%;
	bottom: 20px;
	border-radius: 20px;
	display: block;
	opacity: 1;
	position: fixed;
	right: 20px;
	height: 40px;
	width: 40px;

}


.top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}


.top:not(:hover) {
  opacity: .5;
}



/* CSS-LAYOUT
----------------------------------------------------------------------------------------- */

.site-navigation,
.site-header,
.site-about,
.site-skills,
.site-resume,
.site-reg,
.site-contact,
.site-option,
.site-maps,
.site-footer,
.site-profile,
.site-meta {
	float: left;
	text-align: center;
	width: 100%;	
}

.site-about {
	padding: 89px 0 52px;
}

.site-skills {
	padding: 82px 0 35px;
}

.site-resume {
	padding: 82px 0 60px;
}

.site-reg {
	padding: 82px 0 30px;
}

.site-contact,
.site-profile,
.site-option {
	padding: 10px 0 10px;
}



.site-about h2,
.site-skills h2,
.site-resume h2,
.site-reg h2,
.site-contact h2,
.site-option h2 {
  background: #555;
  font-size: 1.8rem;
  height: 1px;
  margin: 0 0 71px;
  width: 100%;
}

.site-skills h2 {
	margin-bottom: 82px;
}

.site-resume h2 {
	background: rgba(255,255,255,0.5);
	margin-bottom: 82px;
}

.site-reg h2 {
	margin-bottom: 82px;
}

.site-about h2 span,
.site-skills h2 span,
.site-resume h2 span,
.site-reg h2 span,
.site-contact h2 span,
.site-option h2 span {
  background: #fff;
  border: 1px solid #555;
  border-bottom-width: 2px;
  color: #555;
  display: inline-block;
  padding: 10px 20px;
  position: relative;

  text-align: center;
}

.site-resume h2 span {
  background: #ff9933;
  border: 1px solid rgba(255,255,255,0.5);
  border-bottom-width: 2px;
  color: #fff;
}

/* PRELOADER ---------------------------------------------------------------------------- */

.site-preloader {
	background: rgba(0,0,0,1.0);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999 !important;
}

.loading {
	text-align: center;
}

.loading h3 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0 0 20px;
}

.loading h3 {
	-webkit-animation: loading 0.5s ease infinite;
	-moz-animation: loading 0.5s ease infinite;
	animation: loading 0.5s ease infinite;
}

@-webkit-keyframes loading {
	0% { opacity: 0.25; }
	50% { opacity: 1; }
	100% { opacity: 0.25; }
}

@-moz-keyframes loading {
	0% { opacity: 0.25; }
	50% { opacity: 1; }
	100% { opacity: 0.25; }
}

@keyframes loading {
	0% { opacity: 0.25; }
	50% { opacity: 1; }
	100% { opacity: 0.25; }
}

/* NAVIGATION --------------------------------------------------------------------------- */

.site-navigation {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 5.75rem;
	padding: 0;
	position: relative;
	top: 0;
	z-index: 9999;
}

.site-navigation,
 .container1 {
	padding: 0;
}

.site-logo {
	float: left;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 5.75rem;
	margin: 2px 0 0 20px;
}

.site-logo a span {
	color: #555;
	font-weight: 400;
}

.site-logo a {
	border: 0;
	color: #555;
	padding: 0;
}

.site-logo a:hover span,
.site-logo a:hover {
	color: #555;
	opacity: 1;
}

.open-menu {
	border: 0;
	color: #555;
	display: block;
	font-size: 4rem;
	height: 10px;
	padding: 50px auto;
	position: relative;
	right: 0;
	top: 0px;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}

.open-menu span {
	position: relative;
	top: 2px;
}

.site-menu,
 .site-menu-option {
	background: #ffcc66;
	display: none;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}



.site-menu li,
.site-menu-option  li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}


.site-menu label  {
	border: 0;
	color: #ff6600;
	display: block;
	padding: 0;
}

.site-menu-option label  {
	border: 0;
	color: #ff6600;
	display: block;
	padding: 0;
	/*width: 50%;*/
}

.site-menu label:hover,
.site-menu label.active,
.site-menu li.current label {
	background: #ff9933 !important;
	color: #fff !important;
	opacity: 1 !important;
}



/* HEADER ------------------------------------------------------------------------------- */

.site-header {
	background: url(../assets/images/header/header-background.jpg) top center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 55px 0 60px;
	position: relative;
	top: 0;
	z-index: 10;
}

.site-impressum {
	background: url(../assets/images/header/header-background.jpg) top center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 55px 0 60px;
	position: relative;
	top: 0;
	z-index: 10;
}

.site-header.table,
.site-impressum.table{
	height: 100%;
}

.site-header-overlay {
	background: rgba(0,0,0,0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.hgroup {
	position: relative;
	z-index: 40;
}

.site-header h1,
.site-impressum h1 {
	font-size: 2.6rem;
	margin: 0 0 20px;
}

.site-header h1 span,
.site-impressum h1 span {
	display: block;
	font-family: 'Domine', serif;
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 5px;
}

.site-header .ghost,
.site-impressum .ghost {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 12px 20px 12px;
}

.site-header .ghost:hover,
.site-impressum .ghost:hover{
	background: #fff;
	border-color: transparent;
	color: #555;
	opacity: 1;
}

.site-header .about-link,
.site-impressum .about-link {
	display: none;
}

/* ABOUT -------------------------------------------------------------------------------- */

.site-about {
	background: #fff;
	position: relative;
}

.site-about h3 {
	font-size: 1.7rem;
	margin: 0 0 20px;
}

.site-about h3 span {
	margin-right: 5px;
}

.site-about ul {
	font-size: 1.5rem;
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.site-about li {
	border-bottom: 1px solid #eee;
	margin: 0 0 14px;
	padding: 0 0 12px;
}

.site-about li:nth-of-type(5) {
	border: 0;
	margin: 0;
	padding: 0;
}

.about-text,
.about-image {
	float: left;
	margin: 0;
	width: 100%;
}

.about-text:nth-of-type(1) {
	margin-bottom: 55px;
}

.about-image {
	margin-bottom: 55px;
}

.about-image img {
	max-width: 80%;
}

.about-text p {
	font-size: 1.5rem;
	line-height: 2.6rem;
}

/* SKILLS ------------------------------------------------------------------------------- */

.site-skills {
	background: #f1f1f1;
	border-top: 1px solid #ddd;
}

.skills-row {
	float: left;
	width: 100%;
}

.skills-column {
	font-size: 1.6rem;
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.skills-column:nth-of-type(4) {
	margin-bottom: 60px;
}

.chart {
	position: relative;
	text-align: center;
}

.chart span.percent {
  bottom: 0;
	font-style: 400;
	font-size: 1.4rem;
	display: block;
  left: 0;
	margin: 0 auto;
	position: absolute;
  right: 0;
  top: 42%;
  text-align: center;
  width: 60px;
}

.chart span.percent:after {
	content: '%';
}

.chart span.sub {
	color: #ff9933 !important;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 20px;
	position: absolute;
	top: 100%;
	width: 100%;
}

/* RESUME ------------------------------------------------------------------------------- */

.site-resume {
	background: #ff9933;
	color: #fff;

}

#timeline {
  position: relative;
  margin-top: 20px;
}

#timeline::before {
  background: #d7e4ed;
  content: '';
  height: 100%;
  left: 19px;
  position: absolute;
  top: 0;
  width: 2px;
}

.timeline-content {
	background: #fff;
	color: #555;
	font-size: 1.4em;
	margin: 0 0 0 60px;
	position: relative;
	padding: 0px;
	text-align: left;
}

.timeline-content:after {
	content: "";
	clear: both;
	display: table;
}

.timeline-content h3 {
  color: #ff9933;
	margin-bottom: 0px;
}

.timeline-content .company {
	display: inline-block;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.8rem;
	margin: 0 0 10px;
}

.timeline-content .company a {
	border: 0;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0;
}



.timeline-content p,
.timeline-content .date {
	font-size: 1.4rem;
}

.timeline-content p {
	line-height: 2.4rem;
	margin: 0 0 15px;
}

.timeline-content .date {
	color: #ff9933;
  display: inline-block;
  font-size: 1.2rem;
  float: left;
  opacity: .7;
  padding: 0;
}

.timeline-content .current-date {
	color: #ff9933;
	font-weight: 700;
	opacity: 1 !important;
}

.timeline-content .passed-date {
	color: rgba(0,0,0,0.5);
	opacity: 1 !important;
}

.timeline-content::before {
  border: 7px solid transparent;
  border-right: 7px solid #fff;
  content: '';
  height: 0;
  right: 100%;
  position: absolute;
  top: 14px;
  width: 0;
}

.timeline-block {
  margin: 0 0 30px;
  position: relative;
}

.timeline-block:last-of-type {
	margin-bottom: 0;
}

.timeline-block:after {
  content: "";
  clear: both;
  display: table;
}

.timeline-img {

	box-shadow: 0 0 0 2px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 2px rgba(0, 0, 0, 0.05);
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}

.timeline-img span {
	font-size: 1.8rem;
	position: relative;
	top: 8px;
}

.timeline-img.current {
  background: #ff9933;
}

.timeline-img.passed {
	border-radius: 10px;
  background: #ff9933;
}



.site-reg {
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	font-size: 1.2rem;
	overflow: hidden;
}

.site-reg ul {
	font-family: 'Montserrat', sans-serif;
	float: left;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}

.site-reg li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 48.5%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.site-reg li:nth-of-type(1),
.site-reg li:nth-of-type(3) {
	margin: 0 2.5% 10px 0;
}

.site-reg li:nth-of-type(3),
.site-reg li:nth-of-type(4) {
	margin-bottom: 0;
}

.site-reg ul li a {
	background: transparent;
	border: 2px solid #ff9933;
	color: #ff9933;
	display: inline-block;
	padding: 12px 10px;
	text-align: center;
	width: 100%;
}

.site-reg ul li a:hover,
.site-reg .active {
	background: #ff9933;
	color: #fff;
	opacity: 1;
}

#mixitup {
  font-size: 0;
  text-align: justify;
}

#mixitup:after{
  content: '';
  display: inline-block;
  width: 100%;
}

#mixitup .mix,
#mixitup .gap {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

#mixitup .mix {
  text-align: left;
  margin-bottom: 30px;
  display: none;
}

#mixitup .mix:before{
  content: '';
  display: inline-block;
}

.featherlight .featherlight-content {
	min-width: inherit !important;
}

.featherlight:last-of-type {
	background: rgba(0,0,0,0.9) !important;
}

.featherlight .featherlight-content {
	border: 0 !important;
	margin: 0 20px !important;
	overflow: inherit !important;
	padding: 5px !important;
	position: static !important;
	z-index: 1 !important;
}

.featherlight .featherlight-close-icon {
	background: transparent !important;
	border-radius: 50% !important;
	color: #fff !important;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 50px !important;
	position: absolute !important;
	top: 20px !important;
	right: 20px !important;
	width: 50px !important;
	z-index: 2 !important;
}

.featherlight-next:hover,
.featherlight-previous:hover {
	background: transparent !important;
}

.featherlight-next span,
.featherlight-previous span {
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	text-shadow: none !important;
}

.featherlight-next,
.featherlight-previous {
	display: none !important;
}



.site-contact,
.site-option {
	background: #fff;
	
}

.site-contact h3 {
	font-size: 1.7rem;
	margin-bottom: 10px;
	text-align: center;
}

.site-option h3 {
	font-size: 1.7rem;
	margin-bottom: 0px;
	text-align: center;
}

.site-contact h3 span,
.site-option h3 span {
	margin-right: 5px;
}

.site-contact ul {
	border-bottom: 1px solid #eee;
	font-size: 1.6rem;
	list-style: none;
	margin: 0 0 30px;
	padding: 0 0 30px;
	text-align: center;
}


.site-option ul {

	font-size: 1.6rem;
	list-style: none;
	margin: 0 0 50px;
	padding: 0 0 50px;
	text-align: center;
}

.site-contact ul:nth-of-type(3),
.site-option ul:nth-of-type(3) {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-contact li,
.site-option li {
	margin: 0 0 10px;
	padding: 0;

}


.site-contact li:last-of-type,
.site-option li:last-of-type {
	margin-bottom: 0;
	
}



.contact-column-2 {
	position: absolute;
 top: 15%;
left: 30%;
	
}





.kontocontainer {
    position: relative;
    top: 30%;
	width: 100%;

}

.kontocontainer p {  
	border: 1px solid #8cc152;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 18px;
}

.kontocontainer  img {
	align-items: left;
	border: 1px solid #8cc152;
	top: 5%;
	
}

.kontocontainer button  {

    position: relative;
    top: 30%;
    left: 17%;
	color: white;
	  background: #6665ee;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.3s ease;
	
}


.kontocontainer button:hover {
	background: #5757d1;
}

.note {
	border: 1px solid #8cc152;
	color: #8cc152;
  margin-bottom: 59px !important;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.notealert {
	border: 1px solid Red;
	color: Red;
  margin-bottom: 59px !important;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.note p {
	font-size: 1.4rem;
	margin: 0;
}



.contact-form {
	float: left;

}

.contact-row {
	float: left;
	width: 80%;

}

.contact-form input,
.contact-form textarea {
	border-radius: 0;
	-webkit-appearance: none;
}

.contact-form input,
.contact-form textarea {
	background: #fff;
	border: 1px solid #999 !important;
	color: #555;
	font-size: 1.6rem;
}

.contact-form input:required:focus,
.contact-form textarea:required:focus {
	border-color: #de3a3b !important;
}

.contact-form input {
	height: 30px;
	padding: 0 14px;
	margin-bottom: 20px;
	width: 100%;

}

.contact-form textarea {
	height: auto;
	min-height: 120px;
	padding: 12px;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: 0;
}

.form-firstname,
.form-lastname,
.form-email,
.form-phone,
.form-wallet {
	float: left;
	width: 70%;
	margin-left: 2px;
}


.form-message,
.form-submit {
	float: left;
	width: 100%;
	
}


.form-save {
	float: right;

}

input.form-submit{
	background: transparent;
	border: 2px solid #ff9933 !important;
	color: #ff9933;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	height: 50px;
	margin-top: 20px;
	padding: 5px 0;
	text-align: center;
}


input.form-save {
	background: transparent;
	border: 2px solid #ff9933 !important;
	color: #ff9933;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	height: 40px;
	margin-top: 20px;
	margin-right: 20px;
	padding: 5px 0;
	text-align: center;
	width: 30%;
}

input.form-submit:hover,
input.form-save:hover {
	background: #ff9933;
	border-color: transparent !important;
	color: #fff;
}

::-webkit-input-placeholder {
	color: #aaa;
	font-style: italic;
	font-size: 1.4rem;
}

:-moz-placeholder {
	color: #aaa;
	font-style: italic;
	font-size: 1.4rem;
}

::-moz-placeholder {
	color: #aaa;
	font-style: italic;
	font-size: 1.4rem;
}

:-ms-input-placeholder {
	color: #aaa;
	font-style: italic;
	font-size: 1.4rem;
}

/* MAPS --------------------------------------------------------------------------------- */

.site-maps {
	padding: 0;
}

.site-maps iframe {
	border: 0;
  height: 250px;
  margin-bottom: -2px;
  width: 100%;
}

/* FOOTER ------------------------------------------------------------------------------- */

.site-footer {
	background: #ff9933;
	color: #fff;
	padding: 20px 0 20px;

}

.site-footer small {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2rem;
}

.site-footer a {
	border: 0;
	color: #fff;
	padding: 0;
}

.site-footer ul {
	border-top: 1px solid rgba(255,255,255,0.25);
	list-style: none;
	margin: 20px 0 0;
	padding: 20px 0 0;
	text-align: center;

		
}

.site-footer li {
	display: inline-block;
	float: none;
	margin: 0 20px 0 0;
	padding: 0;
		
}

.site-footer li:last-of-type {
	margin-right: 0;
}

.site-footer ul li a {
	font-size: 1.8rem;
	line-height: normal;
	
}

/* META --------------------------------------------------------------------------------- */

.site-meta {
	background: #353938;
	color: #fff;
	font-size: 1.2rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 15px 0 16px;
}

.site-meta .heart {
	color: #ff9933;
}

.site-meta a {
	border: 0;
	color: #fff;
	padding: 0;
}

/* MEDIA-QUERIES
----------------------------------------------------------------------------------------- */

/* 480px -------------------------------------------------------------------------------- */

@media screen and (max-width: 480px) {

	.hide-mobile {
		display: none;
	}

	.block-mobile {
		display: block;
	}

	.chart canvas {
    height: 90px !important;
    max-width: 90px !important;
	}
	
		.dropdown {
  left: 20%;
}

}

@media screen and (min-width: 480px) {

	.chart span.percent {
		font-size: 1.6rem;
	  top: 46%;
	}
	
		.dropdown {
  left: 20%;
}

}

/* 760px -------------------------------------------------------------------------------- */

@media screen and (min-width: 760px) {
		.dropdown {
  left: 30%;
}


	.top {
		height: 50px;
		width: 50px;
	}

	.site-about h2,
	.site-skills h2,
	.site-resume h2,
	.site-reg h2,
	.site-contact h2,
	.site-option h2{
		font-size: 2.4rem;
	}

	.site-about h2 span,
	.site-skills h2 span,
	.site-resume h2 span,
	.site-reg h2 span,
	.site-contact h2 span,
	.site-option h2 span{
	  top: -25px;
	}

	.site-header, .site-impressum {
		min-height: 400px;
	}

	.site-header h1,
	.site-impressum h1{
		font-size: 4.6rem;
	}

	.site-header h1 span
	.site-impressum h1 span	{
		font-size: 3rem;
	}

	.site-header .ghost,
	.site-impressum .ghost	{
		font-size: 1.4rem;
	}

	.timeline-img span {
		top: 10px;
	}

	.site-reg {
		font-size: 1.6rem;
	}

	.site-reg ul li a {
		padding: 15px 10px;
	}

	.site-footer .copyright {
		float: left;
		position: relative;
		top: 3px;
	}


	.site-footer ul {
		border: 0;
		float: right;
		margin: 0;
		padding: 0;
		position: relative;
		left: -10%;	
	}

	.site-footer li {
		float: none;
	}

	.site-footer ul li a {
		font-size: 2.2rem;
	}

}

/* mediamin960px -------------------------------------------------------------------------------- */

@media screen and (min-width: 960px) {


	.top {
		bottom: 80px;
		right: 40px;
	}

	.site-about,
	.site-resume {
		padding: 149px 0 120px;
	}

	.site-skills {
		padding: 149px 0 60px;
	}

	.site-reg {
		padding: 149px 0 90px;
	}

	.site-contact,
	.site-option {
		padding: 10px 0 10px;
	}

	.site-about h2,
	.site-skills h2,
	.site-resume h2,
	.site-reg h2,
	.site-contact h2,
	.site-option h2 {
		font-size: 3rem;
		margin-bottom: 120px;
	}

	.site-about h2 span,
	.site-skills h2 span,
	.site-resume h2 span,
	.site-reg h2 span,
	.site-contact h2 span,
	.site-option h2 span{
	  top: -29px;
	}

	.site-resume h2 span {
	  background: #033e64;
	}

	.site-navigation {
		border-bottom: 1px solid #ddd;
		font-size: 1.6rem;
		font-weight: 400;
		position: fixed;
	}

	.site-navigation,
	.container1 {
		padding: 0 20px;
	}

	.open-menu {
		display: none;
	}


	
	.site-menu {
		background: transparent;
		display: block !important;
		float: right;
		width: inherit;
	}
	
	.site-menu-option {
		background: transparent;
		display: block !important;
		float: none;
		width: inherit;
	}

	.site-menu li {
		float: left;
		display: inline-block;
		margin: 0 0 0 30px;
	}

.site-menu-option li {
		float: none;
		margin: 0 0 0 0;

	}
	
	.site-menu-option img {
		float: left;
		margin: 0 0 0 0;

	}

	.site-menu  label,
	.site-menu-option  label	{
		border-top: 2px solid transparent;
		color: #555;
		opacity: 1;
	}


	.site-menu label,
	.site-menu-option label,
	.site-header .ghost,
	.site-reg .Login-Reg,
	.site-impressum	{
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
	}


	.site-menu label:hover,
	.site-menu label.active,
	.site-menu li.current a,
    .site-menu li.current label {
		background: transparent !important;
		border-top: 2px solid #ff9933;
    color: #ff9933 !important;
		opacity: 1 !important;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}



	.site-menu-option label:hover,
	.site-menu-option label.active,
	.site-menu-option li.current a,
    .site-menu-option li.current label	{
		background: transparent !important;
    color: #ff9933 !important;
		opacity: 1 !important;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	
	
	.site-header {
		background-image: url(/assets/images/header/header-background.jpg);
		background-size: cover;
		max-height: 500px;
		position: relative;
		text-align: center;
	}
	
	.site-impressum {
	background-image: url(/assets/images/header/header-background.jpg);
	background-size: cover;
	color: #fff;
	padding: 55px 0 60px;
	position: relative;
	text-align: center;
}

	.site-header.table,
    .site-impressum.table{
		height: 100%;
	}

	.site-header h1,
	.site-impressum h1{
		font-size: 6rem;
		margin: 0 0 40px;
	}

	.site-header h1 span,
	.site-impressum h1 span{
		display: block;
		font-family: 'Domine', serif;
		font-size: 3.4rem;
		font-weight: 400;
	}

	.site-header .ghost,
	.site-impressum .ghost{
		font-size: 1.8rem;
		font-weight: 400;
	}

	.site-header .about-link,
	.site-impressum .about-link{
		bottom: 30px;
		display: block;
		float: left;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 20;
	}

	.site-header .read-more {
		border: 0;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 400;
		padding: 0;
		position: relative;
		top: 0;
		-webkit-animation: scrolldown 1.5s ease infinite;
		-moz-animation: scrolldown 1.5s ease infinite;
		animation: scrolldown 1.5s ease infinite;
		-webkit-transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}

	.site-header .read-more span {
		font-size: 3rem;
	}

	@-webkit-keyframes scrolldown {
	  0% { top: 0; }
	  50% { top: 10px; }
	  100% { top: 0; }
	}

	@-moz-keyframes scrolldown {
	  0% { top: 0; }
	  50% { top: 10px; }
	  100% { top: 0; }
	}

	@keyframes scrolldown {
	  0% { top: 0; }
	  50% { top: 10px; }
	  100% { top: 0; }
	}

	.site-about h3 {
		font-size: 2rem;
		margin: 50px 0 25px;
	}

	.site-about ul {
		font-size: 1.6rem;
	}

	.about-text,
	.about-image {
		text-align: left;
		width: inherit;
	}

	.about-text:nth-of-type(1),
	.about-image {
		margin-bottom: 0;
	}

	.about-image img {
		max-width: 70%;
	}

	.about-text {
		width: 29.82456140350877%;
	}

	.about-image {
		margin: 0 5.263157894736842%;
		width: 29.82456140350877%;
	}

	.about-text p {
		font-size: 1.6rem;
		line-height: 3rem;
	}

	.skills-column {
		font-size: 1.8rem;
		margin-right: 5.263157894736842%;
		margin-bottom: 98px;
		width: 21.052631578947366%;
	}

	.skills-column:nth-of-type(4) {
		margin: 0;
	}

	.parallax {
	  background-image: url(/assets/images/resume/resume-background.gif);
	  background-position: 0 0;
	  background-repeat: repeat;
	  background-attachment: fixed;

	}

	#timeline::before {
	  left: 50%;
	  margin-left: -2px;
	  width: 4px;
	}

	.timeline-content {
		font-size: 1.8em;
    margin-left: 0;
    padding: 0px;
    width: 45%;
	}

	.timeline-content::before {
	  border: 7px solid transparent;
	  border-right: 7px solid #fff;
	  content: '';
	  height: 0;
	  right: 100%;
	  position: absolute;
	  top: 14px;
	  width: 0;
	}

	.timeline-content .company {
		margin-bottom: 20px;
	}

	.timeline-content .company,
	.timeline-content p,
	.timeline-content .date {
		font-size: 1.6rem;
	}

	.timeline-content .company a {
		font-size: 1.4rem;
		-webkit-transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}

	.timeline-content p {
		margin: 0;
	}

	.timeline-content .date {
		font-size: 1.6rem;
    left: 122%;
    padding: 1.6rem 0;
    position: absolute;
    top: 6px;
    width: 100%;
  }

  .timeline-content .current-date {
    color: rgba(255,255,255,1);
    font-weight: 700;
	}

  .timeline-content .passed-date {
    color: rgba(255,255,255,0.8);
		font-weight: 400;
	}

	.timeline-block {
	  margin: 0 0 90px;
	  position: relative;
	}

	.timeline-block:last-of-type {
		margin-bottom: 0;
	}

	.timeline-block:after {
	  content: "";
	  clear: both;
	  display: table;
	}

  .timeline-img {
	  border-radius: 0%;
	
    height: 60px;
    left: 50%;
    margin-left: -30px;
 	  position: absolute;
 	  top: 0;
    width: 60px;
    -webkit-transform: translateZ(0);
  }

	.timeline-img span {
		font-size: 2.6rem;
		top: 10px;
	}

  .timeline-block:first-child {
    margin-top: 0;
  }

  .timeline-block:last-child {
    margin-bottom: 0;
  }

  .timeline-content::before {
    border-color: transparent;
    border-left-color: #fff;
    left: 100%;
    top: 24px;
  }

  .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }

  .timeline-block:nth-child(even) .timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #fff;
  }

  .timeline-block:nth-child(even) .timeline-content .date {
    left: auto;
    right: 122%;
    text-align: right;
  }

	.site-reg {
		font-size: 1.8rem;
	}

	.site-reg ul {
		margin-bottom: 60px;
	}

	.site-reg li {
		float: none;
		margin: 0 10px 0 0;
		width: auto;
	}

	.site-reg li:nth-of-type(1),
	.site-reg li:nth-of-type(3) {
		margin: 0 10px 0 0;
	}

	.site-reg li:nth-of-type(4) {
		margin: 0;
	}

	.site-reg ul li a {
		padding: 10px 20px;
		width: auto;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	#mixitup .mix,
	#mixitup .gap {
  	width: 31.55%;
	}

	.featherlight .featherlight-content {
		margin: 0 20px !important;
		padding: 10px !important;
	}

	.site-contact h3,
	.site-option h3 	{
		font-size: 1.8rem;
		text-align: left;
	}

	.site-contact ul,
	.site-option ul{
		text-align: left;
	}

	.site-contact li:last-of-type,
	.site-option li:last-of-type{
		margin-bottom: 0;
	}


	
	.note {
		padding: 15px 20px;
	}

	.note p {
		font-size: 1.6rem;
		font-weight: 700;
	}

	.contact-column-1 {
		margin-right: 5.263157894736842%;
		margin-bottom: 0;
		width: 20%;
	}

	.contact-column-2	{
		width: 60%;
	
	}

	.contact-form input {
		height: 40px;
	}

	.contact-form input:focus,
	.contact-form textarea:focus {
		border: 1px solid #ddd !important;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

	input.form-submit:focus {
		border: 2px solid #486b79 !important;
	}

	.form-firstname,
	.form-lastname,
	.form-email,
	.form-phone,
	.form-wallet	{
		width: 50%;
	}

	.form-firstname,
	.form-email,
	.form-wallet	{
		margin-right: 4.054054054054054%;
	}

	input.form-submit,
	input.form-save	{
		font-size: 1.8rem;
		height: 50px;
		margin-top: 20px;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

	.site-maps iframe {
	  height: 500px;
	}

	.site-footer {
		padding: 30px 0 30px;
		
		
	}


	.site-footer a {
		-webkit-transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}

	.site-footer small,
	.site-meta {
		font-size: 1.4rem;
	}

	.site-meta a {
		opacity: 1 !important;
	}
	
	.site-footer ul{
	position: relative;
		left: -10%;
		
	}

}



/* mediamax960px -------------------------------------------------------------------------------- */
@media screen and (max-device-width: 1080px) {


.wrapper{
   background: #ffffff;
}

.dropdown {
  left: 20%;
}

	.site-menu-option {
		position: fixed;
    bottom: -50px;
		display: block !important;
		height: 1%;
		
	}
	
	.site-menu-option  ul {
	float: none;
	display: block;
}

	.site-menu-option  li {
	float: left;
	display: block;
	padding-left: 60px;
}



	.lightbox {
  position: absolute;
 top: 0px;
  right: 0;
  left: 0;
  height: 0;
  width: 100%;
  height: 50%;

}

.top{
	bottom: 100px;
	border-radius: 20px;
}


.contact-column-2 {
	position: absolute;
 top: 100%;
left: 20%;
	
}

.Emailcontainer .form{
position: relative;
	left: 0%;
	

}





}





/* 1170px ------------------------------------------------------------------------------- */

@media screen and (min-width: 1170px) {
	
	.dropdown {
  left: 40%;
}

	.site-header {
		background-image: url(/assets/images/header/header-background.jpg);
		max-height: inherit;
	}

	.site-header h1 {
		font-size: 8rem;
	}

	.site-header h1 span {
		font-size: 3.6rem;
	}
	
	.site-menu-option {
		display: block !important;

	}
	

.site-footer ul{
	position: relative;
		left: -5%;
		
	}
	.cell2 {
	display: table-cell2;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

}

/* 1280px ------------------------------------------------------------------------------- */

@media screen  and (min-width: 1081px) {

	.dropdown {
  left: 40%;
}

	.site-menu-option {
		display: block !important;
	}
	

	
	.Emailcontainer .form{
	left: -6%;
	position: relative;
	}
	
	
	.wrapper{
  background: transparent;

}
	
.cell2 {

	display: table-cell;
	max-height: 800px;
	vertical-align: middle;
	max-width: 1081px;

}



}




/*Login*/

.wrapper{
  position: fixed;
  top: 0;
  /*left: -100%;*/
  right: -100%;
  height: 100%;
  width: 100%;
  
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
 /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
  transition: all 0.6s ease-in-out;
}
#active:checked ~ .wrapper {
  right:0;
}



.menu-btn{
  position: relative;
  z-index: 0;

}





input[type="checkbox"]{
	
	
  display: none;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


.form-control2{
	 display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
	 }@media (prefers-reduced-motion:reduce){
		 .form-control2{transition:none}}
		 .form-control2::-ms-expand{
			 background-color:transparent;border:0}.form-control2:-moz-focusring
			 {color:transparent;text-shadow:0 0 0 #495057
			 }.form-control2:focus{
				 color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
				 .form-control2::-webkit-input-placeholder{color:#6c757d;opacity:1
				 }
				 .form-control2::-moz-placeholder{
					 color:#6c757d;opacity:1
					 }
					 .form-control2:-ms-input-placeholder{
						 color:#6c757d;opacity:1
						 }
						 .form-control2::-ms-input-placeholder{
							 color:#6c757d;opacity:1
							 }
							 .form-control2::placeholder{
								 color:#6c757d;opacity:1
								 }
								 .form-control2:disabled,.form-control2[readonly]{
									 background-color:#e9ecef;opacity:1
									 }
									 input[type=date].form-control2,input[type=datetime-local].form-control2,input[type=month].form-control2,input[type=time].form-control2{
										 -webkit-appearance:none;-moz-appearance:none;appearance:none
										 }
										 select.form-control2:focus::-ms-value{
											 color:#495057;background-color:#fff
											 }
											 .form-control2-file,.form-control2-range{
												 display:block;width:100%}

::selection{
    color: #fff;
    background: #6665ee;
}
.container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 50%;
}
.container .form{
    background: #fff;
    padding: 30px 35px;
    border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.container .form form .form-control{
    height: 40px;
    font-size: 15px;	
}


.container .form form .forget-pass{
    margin: -25px 0 15px 0;
}
.container .form form .forget-pass a{
   font-size: 15px;
}
.container .form form .button{
    background: #6665ee;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.container .form form .button:hover{
    background: #5757d1;
}

.container .form form .link{
    padding: 5px 0;
}
.container .form form .link a{
    color: #6665ee;
}
.container .login-form form p{
    font-size: 14px;
}
.container .row .alert{
    font-size: 14px;
}

.containersignup{
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 95%;
	
}
.containersignup .form{
    background: #fff;
    padding: 0px 5px;
    border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
	
.containersignup .form form .form-control{
    height: 40px;
    font-size: 15px;
	width: 48%;
	float: Left;
	margin: 3px 3px;	
}


.containersignup .form form .forget-pass{
    margin: -25px 0 15px 0;
}
.containersignup .form form .forget-pass a{
   font-size: 15px;
}
.containersignup .form form .button{
    background: #6665ee;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
	float: right;
	margin: 3px 25%;
}
.containersignup .form form .button:hover{
    background: #5757d1;
	float: right;
}
.containersignup .form form .link{
    padding: 5px 0;
	float: right;
	margin: 0px 28%;
}
.containersignup .form form .link a{
    color: #6665ee;

}
.containersignup .login-form form p{
    font-size: 14px;

}
.containersignup .row .alert{
	width: 95%;
    font-size: 14px;
	float: left;
	margin: 0 1.8%;
}


.cookie-consent {
    position: fixed;
    bottom: 8px;
    left: 20px;
    width: 260px;
    padding-top: 7px;
    height: 83px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px
}

.allow-button {
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green
}



.Kontoleiste {
    position: fixed;
    bottom: 3px;
    left: 3px;
    width: 99.7%;
    padding-top: 7px;
    height: 40px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px
}

.h{
color: #6665ee;
}

.state {
  position: absolute;
  top: 0;
  left: -100vw;
}
.state:checked ~ .content {
  -webkit-transform: none;
          transform: none;
}
.state:checked ~ .backdrop {
  bottom: 0;
  opacity: 1;
  z-index: 1;
}
.lightbox {
  position: absolute;
 top: -155px;
  right: 0;
  left: 0;
  height: 0;


}
.lightbox .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 500px;
  max-height: 95vh;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.lightbox .header,
.lightbox .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightbox .header .h,
.lightbox .footer .h {
  margin: 0;
}
.lightbox .header .button:not(:first-child),
.lightbox .footer .button:not(:first-child) {
  margin-left: auto;
}
.lightbox .header {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #292929;
}
.lightbox .footer {
  padding-top: 20px;
}
.lightbox .main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: scroll;
}
.lightbox .backdrop {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

/*Kunden Dropdown Menu*/
.dropbtn {
  position: relative;
  border: 1px solid #D8D8D8;
  cursor: pointer;
  width: 35px;
  height: 35px;
  top: 14px;
  left: 10px;
 
}


.dropdown {
  position: relative;
  display: inline-block;
  border: border: 5px solid #D8D8D8;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  top: 48px;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 0px 15px;
  display: block;
  height: 50px;
}



.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
    left: -300%;
}

.dropdown:hover .dropbtn {
 opacity: 0.5;

}



.PicEditorContainer{
    position: relative;
    top: 0%;
    left: 0%;
	max-width: 100%;
	left: 0%;
}

.Optioncontainer{
	position: relative;
	left: 25%;
   max-width: 50%;
    background: #fff;
    padding: 30px 35px;
    border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.OptioncontainerPW{
    position: relative;
    top: 0%;
    left: 0%;
	min-width: 100%;
	left: 0%;
}
.OptioncontainerPW .form{
	min-width: 50%;
    background: #fff;
    padding: 30px 35px;
    border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}
.OptioncontainerPW .form form .form-control{
    height: 40px;
    font-size: 15px;	

}
.OptioncontainerPW .form form .forget-pass{
    margin: -25px 0 15px 0;

}
.OptioncontainerPW .form form .forget-pass a{
   font-size: 15px;

  
}
.OptioncontainerPW .form form .button{
    background: #6665ee;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;


}
.OptioncontainerPW .form form .button:hover{
    background: #5757d1;
}
.OptioncontainerPW .form form .link{
    padding: 5px 0;
}
.OptioncontainerPW .form form .link a{
    color: #6665ee;
}
.OptioncontainerPW .login-form form p{
    font-size: 14px;
}
.OptioncontainerPW .row .alert{
    font-size: 14px;
}

.OptioncontainerPW a {
font-size: 12px;
}

.OptioncontainerPW h2 {
    position: relative;
    top: 98%;
    left: 20%;
	width: 60%;

}
.OptioncontainerPW h3 {
    position: relative;
    top: 0%;
    left: 0%;
	width: 110%;

}

.OptioncontainerPW img {
  	border-radius: 30px;
	border: 3px;
  border-style: dotted;
  border-color: blue;

}

.OptioncontainerPW .ButtonCode {
	position: absolute;
	 left: 70%;
 top: 61%;
  	border-radius: 30px;
  border-style: dotted;
  border-color: blue;

}

.OptioncontainerPW .ButtonLink {
	position: relative;
	 left: 0%;
 top: 115%;
  	border-radius: 30px;
  border-style: dotted;
  border-color: blue;

}



.Emailcontainer .form{

	min-width: 50%;
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}


	.modal-confirm {		
		color: #636363;
		width: 550px;
		margin: 30px auto;
	}
	.modal-confirm .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;        
	}
	.modal-confirm .modal-header {
        padding: 0 15px;
		border-bottom: none;   
        position: relative;
	
	}
	.modal-confirm h4 {
        display: inline-block;
		font-size: 26px;
	}
	.modal-confirm .close {
        position: absolute;
		top: -5px;
		right: -5px;
	}
    .modal-confirm .modal-body {
        color: #999;
    }
	.modal-confirm .modal-footer {
		background: #ecf0f1;
		border-color: #e6eaec;
		text-align: right;
		margin: 0 -20px -20px;
		border-radius: 0 0 5px 5px;
	}	
    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
		transition: all 0.4s;
        border: none;
        padding: 8px 20px;
        outline: none !important;
    }	
    .modal-confirm .btn-info {
        background: #b0c1c6;
    }
    .modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
        background: #92a9af;
    }
    .modal-confirm .btn-danger {
        background: #f15e5e;
    }
    .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
        background: #ee3535;
    }
	.modal-confirm .modal-footer .btn + .btn {
		margin-left: 10px;
	}
	.trigger-btn {
		display: inline-block;
		margin: 100px auto;
	}
	
	.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 320px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: -40%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
	
.eqpu-section {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  overflow: visible;
}

.header-image {
  width: 220px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  z-index: 1;
  position: relative;
  cursor: pointer;
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  transform-origin: center center;
}

.header-image:hover {
  transform: scale(3) translate(100px, 30px);
  box-shadow: 0 0 25px rgba(0,0,0,0.4);
  z-index: 10;
}




.eqpu-text {
  flex: 1;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
}

.eqpu-text h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #00d4ff;
}

.impressum-box-wrapper {
  background: #000;                /* Schwarzer Hintergrund */
  color: #fff !important;          /* Weißer Text, überschreibt alles */
  border: 2px solid #00ffc3;       /* Rahmen in deinem Neon-Grün */
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 700px;
  box-shadow: 0 0 20px rgba(0, 255, 195, 0.25);
  font-family: monospace;
}

.impressum-box-wrapper h1,
.impressum-box-wrapper h2,
.impressum-box-wrapper h3 {
  color: #fff !important;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
  text-align: center;
}

.impressum-box-wrapper p {
  color: #fff !important;
  line-height: 1.6em;
  text-align: center;
}

.impressum-box-wrapper a {
  color: #00ffc3;
  text-decoration: none;
  border-bottom: 1px dashed #00ffc3;
}

.impressum-box-wrapper a:hover {
  color: #00ff9c;
  border-bottom-color: transparent;
}



/* ================ Galerie-Layout ================ */
.gallery-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #00ffc3;
  font-family: monospace;
  padding: 0px 0 120px 0;
}

.download-btn {
  position: absolute;
  top: 5px;
  right: 50px;    
  background: #00ffc3;
  color: #0b0b0b;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0,255,195,0.4);
  transition: background 0.2s ease, transform 0.2s ease;
}
.download-btn:hover {
  background: #00ff9c;
  transform: scale(1.05);
}


.gallery {
  position: relative;
  width: 80%;
  max-width: 900px;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
}

.gallery img {
  width: 100%;
  height: auto;
  border: 2px solid #00ffc3;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,255,195,0.3);
  transition: opacity 0.3s ease-in-out;
}

/* Pfeile */
.arrow {
  position: absolute;
  top: 50%;
  font-size: 3rem;
  color: #00ffc3;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s, transform 0.2s;
}
.arrow:hover {
  color: #00ff9c;
  transform: scale(1.2);
}
.arrow.left { left: 15px; }
.arrow.right { right: 15px; }

.caption {
  margin-top: 20px;
  color: #7fe3c8;
  font-size: 1rem;
}

.download-box {
  position: absolute;
  top: 0px;          
  right: 20px;
  border: 2px solid #555;
  border-radius: 10px;
  padding: 50px 10px 30px 10px;
  background: rgba(0, 30, 30, 0.5);
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.5em;
  width: 260px;
  text-align: left;
  box-shadow: 0 0 15px rgba(255,255,255,0.08);
  z-index: 10;
}

.file-info strong {
  color: #00ffc3;
}





/* ======================== Diacuussion bereich ================= */
/* Gesamter Bereich */
.discussion-wrapper {
  background-color: #3c3c3c;
  border: 1px solid #ccc;
  border-radius: 12px;
  font-size: 1.5rem;
  text-align: left;
  padding: 50px;
  margin: -60px auto;
  max-width: 1000px; /* zentriert & größer */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Überschrift */
.discussion-wrapper h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 25px;
}

/* Isso-Kommentare allgemein */
#isso-thread {
  font-size: 1.2rem;
  line-height: 1.6;
}

/* Kommentartext größer */
.isso-postbox textarea {
  font-size: 1.05rem;
  padding: 10px;
}

/* Namen/E-Mail-Eingabe größer */
.isso-postbox input {
  font-size: 1.05rem;
  padding: 8px;
}

/* Buttons schöner */
.isso-postbox .submit {
  background: #333;
  color: #fff;
  padding: 10px 18px;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.isso-postbox .submit:hover {
  background: #555;
}

/* Kommentartext (anzeige) größer */
.isso-comment .text p {
  font-size: 1.1rem;
}

/* Admin / Zeitstempel deutlicher */
.isso-comment .author {
  font-weight: 600;
  font-size: 1rem;
}

.isso-comment .date {
  font-size: 0.9rem;
  color: #777;
  margin-left: 6px;
}

.visits-counter {
  position: absolute;
  bottom: calc(10px - 0%);
  left: 100px;
  color: #00ffc3;
  font-family: monospace;
}

/* Der mittlere Kasten */
.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  background-color: rgba(128, 128, 128, 0.3);
  border: 2px solid rgba(128, 128, 128, 0.8);
  
  padding: 10px 10px; /* mehr Platz oben */
  border-radius: 10px;
  
  color: white;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  
  backdrop-filter: blur(4px);

  max-height: 80vh;   /* verhindert, dass es zu hoch wird */
  overflow-y: auto;   /* Scroll wenn nötig */
}

/* Submenu verstecken */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;

}

.dropdownprodukt {
    position: relative;
    display: inline-block;
}

/* Submenu verstecken */
.dropdownprodukt .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;

    z-index: 9999;
}

/* Submenu sichtbar beim Hover */
.dropdownprodukt:hover .submenu {
    display: block;
}

.dropdownprodukt .submenu li {
    display: block;
    float: none;
}

.dropdownprodukt .submenu li a {
    display: block;
    text-align: left;
    padding: 0 50px;
}