/* @override http://localhost:8888/css/form.css */

/* @override https://sealdeal.de/css/form.css */

/* @override http://localhost:8888/css/form.css */

/* @override http://localhost:8888/css/form.css */

/* @override http://localhost:8888/css/form.css */

[class*="col-"] {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
}

#form {
	position: relative;
	width: 54%;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	margin-top: -60px;
}
#eventForm{
	padding-top: 52px;
}
.pflichtfelder {
	padding-left:40px;
	font-size:12px;
	float: left;
}
input,textarea,select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #000;
}
textarea {
	resize: none;
}
label {
	position: relative;
	display: block;
	clear: left;
	float: left;
	font-size: 15px;
	display: none;
	font-weight: bold;
}
label span {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
.form-control {
	border: 1px solid #1E4364;
	height: 49px;
	font-style: normal;
	font-size: 15px;
	color: #000;
	background-color: #fff;
	padding: 18px 14px 14px;
	width: 100%;
	text-transform: none;
	outline: none;
	margin-bottom: 5px;
}

span.inputhinweis {
	font-size: 13px;
	display: block;
	margin: 0 0 13px;
	padding: 4px 0 0 3px;
}
.has-error .form-control{
	border: 1px solid red;
}
.texta {
	width: 100%;
	height: 140px;
	font-size: 15px;
	border: 1px solid #1E4364;
	text-transform: none;
	margin-bottom: 0;
}
input::-webkit-input-placeholder {
	text-transform: none;
}
input:-moz-placeholder {
	text-transform: none;
}
input:-ms-input-placeholder {
	text-transform: none;
}
form#newsletterForm small.help-block {
	color: #fff;
	display: block;
	width: 100%;
	text-align: left;
}

.formcenter {
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	clear: both;
}

div.col-xs-5.checkboxtext {
	padding-bottom: 20px;
}
.checkboxtext input {
	margin: 0 10px 0 0;
}
.newsletter-datenschutz {
	color: #fff;
	font-size: 13px;
}
.newsletter-datenschutz a:hover {
	text-decoration: underline;
	color: #fff;
}

/* @end */

/* @group Subscribe Button */

.btn {		
	position: relative;
	padding: 1rem 2.2rem 1rem 2.2rem;
	font-size: 1rem;
	color: #fff;
	text-transform: uppercase;
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);	
	cursor: pointer;
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	content: '';
	margin-top: 40px;
	letter-spacing: 4px;
}
/* @end */





/* @group Form - Formatierung */

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1,
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10,
.col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
.col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%;
    height: 85px;
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

/* @end */


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


.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    width: 100%
}

}


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

#logo {
	width: 270px;
	height: 144px;
	background-size: 270px 144px; 
	background-image: url(/assets/logo-leonie-langenstein.svg);
	margin-left: auto;
	margin-right: auto;
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);

}
#section0  p {
	font-size: 0.9em;
	padding-top: 20px;
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
/* changed pagination/dots position */
#fp-nav {
    position: fixed;
    top: 46px;
   	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.arrow {
	bottom: 40px;
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
#section1 {
	background-image: none;
} 
#section1 .intro p{
	width: 80%;
	margin: 0 auto;
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	line-height: 1.7em;
	font-size: 1.1em;
	padding: 60px 20px 20px;
}
h2 {
	font: 2em 'Grotesk_reg', Arial, Helvetica, Geneva, sans-serif;
}
#form {
	width: 360px;
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	padding-top: 50px;
	padding-bottom: 100px;
	margin-top: 0px;
}
footer {
	height: 100%;
	width: 100%;
	position: relative;
	display: table;
	padding-bottom: 40px;
}
.footerleft, .footercenter, .footerright{
	text-align: center;
	clear: both;
	width: 100%;
}
input[type="checkbox"] {
	padding: 9px;
}
div.buttonwrapper {
	width: 320px;
	margin-bottom: 66px;
}

}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 

.intro p{
	font-size: 0.8em;
}
.logo {
	width: 140px;
	top: 20px;
	position: absolute;
	left: -70px;
	margin-left: 50%;
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.arrow {
	bottom: 20px;
}
p.description {
	padding-top: 35px;
}
div.buttonwrapper {
	height: 160px;
	padding-top: 20px;
}
a.face-button.contact {
	top: 100px;
}

}
