body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 30px;
	--background-color: #707070;
	--background-color: #3e3e42;
	--background-color: #ffffff;

}

table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	table-layout: fixed;
}

td {
	vertical-align: top;
}



@media screen and (hover: hover) and (min-width: 1300px) {
	.content_box {
		margin-left: auto;
		margin-right: auto;
		width: 25vw;
		height: 100%;
		--border: 2px solid #DDDDDD;
		border-radius: 18px;
	}
}

@media only screen and (hover: none) {
	.content_box {
		margin-left: auto;
		margin-right: auto;
		width: 80vw;
		height: 100%;
		--border: 2px solid #DDDDDD;
		border-radius: 18px;
	}
}

.main_content {
	padding: 10px;
	text-align: left;
	color: #707072;
	font-size: 12px;
	background-color: #606060;
	border-radius: 0 0 20px 20px;
}

.block {
	border: 2px solid #DDDDDD;
	border-radius: 18px;
}

.headline {
	padding: 15px;
	border-bottom: 20px solid #DDDDDD;
	color: #707072;
	text-align: center;
}

.logo {
	--padding: 100px;
	margin-left: 20px;
	---border-bottom: 2px solid #DDDDDD;
	text-align: left;
	width: auto;
	height: auto;
	display: block;
	border-radius: 0px 0px 0px 0px;
	--background-color: #696969;
	--color: #DDDDDD;
	font-size: 12px;
}

.horizontalelinie {
	background: #BFBFBF;
	--height: 0.5px;
}

.main_content {
	padding: 10px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF;
	border-radius: 2px;
}


.main_content h2 {
	margin-bottom: -5px;
	margin-top: 20px;
	text-align: center;
	color: #DDDDDD;
}

.main_content span {
	--padding: 20px;
	padding: 3px;
	text-align: center;
	display: block;
}

.main_content a {
 	text-align: left;
    --float: left;
	text-decoration: none; 

}


.back_button a {
	padding: 15px;
	display: inline;
	text-decoration: none;
	--color: #2C7FC2;
	--color: #9eb6d6;
	color: #DDDDDD;
	font-size: 14px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #707072;
	border-radius: 5px;
	background-color: #2C7FC2;
	--background-color: #A9D6C4;
}

/* MS */

html {
    --background-image: url("/ms/images/ms_back.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    overflow-y: auto;


    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.control-label {
    display: inline-block;
    font-size: 20px;
	--font-weight: bold;
}

.form-control {

    --display: block;
    width: 80%;
    padding: .25rem .375rem;
    font-size: .875rem;
    --color: #555;
    --border: 1px solid #ccc;
	border-width: 0 0 1px;
    background-color: #fff;
    border-radius: 2px;
    height: 1.8rem;
}

.form-control:focus {
    outline: 0;
	outline-width: 0;
	border-color: #4a92cd;

}

.btn {
    border-radius: 0px;
    text-shadow: none;
    border: none;
    padding: .5rem 1.00rem;
    font-size: 15px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
	width: 105px;
	--height: 28px;
	
}

.btn-default {
    background-color: #cccccc;
    color: #333;
}

.btn-primary {
    background-color: #0068b8;
    color: #fff;
}

.btn-link {
    background-color: transparent;
    padding: 0;
    font-size: .875rem;
    text-decoration: underline;
}

.abtn {
    border-radius: 0px;
    text-shadow: none;
    border: none;
    padding: .5rem 2.20rem;
    font-size: 15px;
    outline: none;
    cursor: pointer;
	--width: 1330px;
	background-color: #cccccc;
    color: #333;
}


.login-card {
    --background-color: rgba(255,255,255,0.95);
    min-width: 500px;
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 3px;
}

/* FUSSZEILE */

.fuss_zeile a {
	font-size: 13px;
	text-align: center;
	color: #DDDDDD;
	text-decoration: none;
	--background-color: transparent;
}

.fuss_zeile td {
	color: #DDDDDD;
}

.fuss_zeile a:hover {
	color: #A9D6C4;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    --display: block;
    width: 80%;
    padding: .25rem .375rem;
    font-size: .875rem;
    --color: #555;
    --border: 1px solid #ccc;
	border-width: 0 0 1px;
    background-color: #fff;
    border-radius: 2px;
    height: 1.8rem;
}
.wpcf7 label
{
    display: inline-block;
    font-size: 20px;
	--font-weight: bold;
}

input:focus {
    outline: 0px solid #FFCC00;
    box-shadow: 0 0 0px #FFCC00;
  }

.wpcf7 input[type="password"]
{
    --display: block;
    width: 50%;
    padding: .25rem .375rem;
    font-size: .875rem;
    --color: #555;
    --border: 1px solid #ccc;
	border-width: 0 0 1px;
    background-color: #fff;
    border-radius: 2px;
    height: 1.8rem;
}