/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07.11.2017, 20:58:24
    Author     : Marcus Lehrmann
*/

.box {
    padding: 10px;
}

#ueberschrift {
    background-color: rgb(255,200,0);
    text-align: left;
    padding: 10px;
    color: black;
}

#ueberschrift2 {
	padding: 10px 0px 0px 10px;
}

#ausbildung {
    padding: 10px;
}

#zulassung {
    background-color: rgb(35,170,255);
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: black;
}

#ablehnung {
    background-color: red;
    text-align: center;
    padding: 10px;
    font-size: 18x;
    color: white;
}

#gcap {
	padding: 15px 0px;
}

.email2 {
	display:none;
}

.error {
	color: red;
}


#neuer_teilnehmer {
    background: #3db5e6;
    color: white;
    padding-left: 24px;
    position: relative;
}

#neuer_teilnehmer:before {
    content: '+';
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: -2px;
    left: 5px;
}

#neuer_teilnehmer,
#keine_seminarteilnahme,
#seminar_anmelden {
    min-width: 300px;
}


#alh_spezialformulare_form_bst_estplus_steuersoft_nutzungsbedingungen {
    margin-bottom: 10px;
}

	#popup {
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	box-shadow: 0 0 20px #0000004d;
    padding: 20px;
    border-radius: 10px;
	background-color: #fff;
	z-index: 999;
}


span#close {
    background: #ffcc00;
    padding: 5px 10px;
    color: #555555;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 30px;
}

.overlay {
	width: 100vw;
	height: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: .8;
}

.error {
    margin-left: 10px;
}


.online-seminar {
    position: relative;
    background: #3db5e6;
    color: white;
    padding: 5px 10px;
    float: right;
    font-size: 18px;
}


.erfolgsmeldung {
    background: #000000ad;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.erfolgsmeldung .box {
    position: fixed;
    background-color: #fecc00;
    color: #333;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    max-width: 500px;
}


.erfolgsmeldung .box a {
    background: #3db5e6;
    display: table;
    padding: 10px 20px;
    margin: 20px auto 0;
    color: #333;
}

.survey-success-message {
    margin-top: 20px;
    padding: 15px;
    background-color: #fecc00;
    color: #333;
    border-radius: 4px;
}

/* Formularfelder stylen */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-weight: bold;
}

.form-control {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}