/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  CSS
  -----------------------------------
*/

body {
	background-color: #F7F7F7;
	background-image:url(../hintergrundgrafik.jpg);
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	word-wrap: break-word;	
}

a {color: #2175bc;}

.scalable {
	width: auto;
	height: auto;
	max-width: 100%;
}
.rounded {
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.25);
}
#layout-container {
	margin: auto;
	box-sizing: border-box;
	padding: 0px;
	border: 20px solid #d8f0f8;
	box-shadow: 20px 20px 20px grey;
	border-radius: 5px;
}

.max-980 {
	max-width: 980px;
}
.max-1024 {
	max-width: 1024px;
}
.max-1280 {
	max-width: 1280px;
}
.max-1440 {
	max-width: 1440px;
}
.max-1600 {
	max-width: 1600px;
}
.max-none {
	max-width: none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	font-family: Arial, sans-serif;
}
h3, h4 {margin-top: 1em;}
#p7DMM_1 {
	border-radius: 6px 6px 0px 0px;
}

#p7PM3_1 {border-left: 1px solid black;
	border-right: 1px solid black;}


#masthead {
	padding-top: 10px;
	padding-bottom: 0px;
	position: relative;
	background-color: #d8f0f8;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid #ffffff;
	border-radius: 20px 20px 0px 0px;
}
#masthead h1 {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	background-image: url(../meine-erste-homepage_normal.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 1.35em;
	font-size: 3em;
	color: #2175bc;
}
#masthead h1 a, #masthead h1 a:hover {
	color: #2175bc;
	text-decoration: none;
}
h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.35em;}

.p7dmm-fixed, .p7DMM-toolbar {
	background-image: url(img/logo-small.png);
	background-repeat: no-repeat;
	background-position: 1em center;
	padding-left: 1.35em;
	border-radius: 0px !important;
}
#masthead-left {
	float: left;
	width: 60%;
}
#masthead-right {
	float: left;
	width: 40%;
	text-align: right;
}
#masthead form {
	margin-top: 1.25em;
}
input, button {
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.25);
	padding: .75em;
}
form {
	position: relative;
}
input.search-box {
	border-radius: 4px;
	border-right: none;
	border: 1px solid rgba(0,0,0,.25);
	width: 70%;
}
input.search-box:focus {
	background-color: #82CEE1;
}
input.search-button {
	background: url(img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 32px;
	cursor: pointer;
	border: none;
	position: absolute;
	right: 5px;
	top: 0px;
}
#masthead.one-column #masthead-right, #masthead.one-column #masthead-left {
	float: none;
	width: auto;
}
#masthead.one-column #masthead-right {
	display: none;
}
.columns-container:after, #masthead:after {
	content: "";
	display: table;
	clear: both;
}
.columns-container {
	border: 1px solid;
}
.column {
	box-sizing: border-box;
}
.sidebar-right .column, .sidebar-both .column {
	float: left;
}
.sidebar-left .column {
	float: right;
}
.sidebar-none .column {
	float: none;
}
.sidebar-right .main-content, .sidebar-left .main-content {
	width: 75%;
	padding: 20px 30px;
}
.sidebar-both .main-content {
	width: 60%;
	padding: 20px 30px;
}
.sidebar-none .main-content {
	width: auto;
	padding: 20px 30px;
}
.sidebar-right .sidebar, .sidebar-left .sidebar {
	width: 25%;
	padding: 20px 20px;
}
.sidebar-both .sidebar {
	width: 20%;
	padding: 20px 20px;
}
.left-border {
	border-left: 1px dotted;
}
.right-border {
	border-right: 1px dotted;
}
#footer {
	background-color: #d8f0f8;
	color: #000000;
	box-sizing: border-box;
	padding: 10px 30px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-radius: 0px 0px 6px 6px;
	font-size: 80%;
	text-align: center;
}
#footer a {
	color: #BBB;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#footer a:hover {
	color: #FFF;
	border-bottom: 1px solid;
}
.content-link {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.content-link:hover {
	color: #AD2B2D;
	border-bottom: 1px solid;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.map-wrapper {
	position: relative; 
	padding-bottom: 100%; 
	padding-top: 0px; 
	height: 0px; 
	overflow: hidden; 
	margin-bottom: 20px; 
}
.map-wrapper iframe, .map-wrapper object, .map-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Row/Column Creator Rules*/
.vanilla-row .column-group .vanilla-column {
	box-sizing: border-box;
}
.vanilla-column {
	float: left;
}
.vanilla-row:after, .column-group:after {
	content: "";
	display: table;
	clear: both;
}
.column-15 {
	width: 15%;
}
.column-20 {
	width: 20%;
}
.column-25 {
	width: 25%;
}
.column-30 {
	width: 30%;
}
.column-33 {
	width: 33.3334%;
}
.column-35 {
	width: 35%;
}
.column-40 {
	width: 40%;
}
.column-45 {
	width: 45%;
}
.column-50 {
	width: 50%;
}
.column-55 {
	width: 55%;
}
.column-60 {
	width: 60%;
}
.column-65 {
	width: 65%;
}
.column-70 {
	width: 70%;
}
.column-75 {
	width: 75%;
}
.column-80 {
	width: 80%;
}
.column-100 {
	width: auto;
	float: none !important;
}
.padded {padding: 20px 30px;}

@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	-webkit-text-size-adjust: none;
}
#layout-container {
	max-width: none;
	padding: 0px;
}
#masthead {
	padding: 5px 10px;
}
.column, .vanilla-column {
	float: none !important;
	width: auto !important;
}
.columns-container, .column-group {
	border: none;
	background-image: none;
}
#p7DMM_1, #footer {
	border-radius: 0px 0px 0px 0px;
}
#masthead-left, #masthead-right {
	float: none;
	width: auto;
	text-align: left;
}
#masthead form {
	margin-top: .5em;
	margin-bottom: .35em;
}
.left-border, .right-border {
	border: none;
}
input.search-box {
	width: 100%;
	box-sizing: border-box;
	min-width: 0px;
}
}

@media only screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none;
	font-size: 16px;
}
input.search-box, select:focus, input:focus {
	font-size: 10px;
}
input.search-box {
	width: 60%;
}
input.search-button {
	right: 41%;
}
}

@media only screen and (max-device-width: 480px) and (orientation : landscape) {
body {
	-webkit-text-size-adjust: none;
	font-size: 12px;
}
input.search-box {
	width: 70%;
}
input.search-button {
	right: 31%;
}
}

.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}

.ga {max-width:738px; text-align: left;}
.wechselbanner {text-align: center;}
.autobild {max-width: 100%; border:none;}

.tabelle01 { width:100%; margin:0 0 15px 0; border-spacing: 0 0; margin-right:auto; margin-left:auto; }

.tabelle01 caption { background-color:#6688AA;
text-align:center; 
color:#FFFFFF; 
padding:3px 0 3px 0; } 

.tabelle01 thead th { 
padding:3px 10px; 
background-color:#DDEEFF; 
border:1px solid #FFFFFF; 
text-align:center; 
color:#4E6C8D; }
 
.tabelle01 td { 
padding:5px 5px; 
background-color:#CCDDEE; 
border:1px solid #FFFFFF; 
line-height:130%; 
text-align:center; }

.tabelle02 { width:80%; margin:0 0 15px 0; border-spacing: 0 0; margin-right:auto; margin-left:auto; }

.tabelle02 caption { background-color:#6688AA;
text-align:center; 
color:#FFFFFF; 
padding:3px 0 3px 0; } 

.tabelle02 thead th { 
padding:3px 10px; 
background-color:#000000; 
border:1px solid #6688AA; 
text-align:center; 
color:#4E6C8D; }
 
.tabelle02 td { 
padding:5px 5px; 
background-color:#000000; 
border:1px solid #6688AA; 
line-height:130%; 
text-align:center; }

.tabellesbm {background-color:#ECEEF5; padding: 8px; border-radius: 10px; border:1px solid #808080;}

.tabellesbm tr { 
padding:5px 5px; 
line-height:130%; 
text-align:center; }

#cursorbox {cursor: url(../garfield.cur), progress !important; background-color:#06F; border: 1px solid black; width: 80%; padding: 20px; color: white; text-align:center;} 

.rot {color:#F00; font-weight: bold;}

.fett {font-weight: bold;}

#gelb {background-color:#FF9; max-width:728px; padding: 15px; border-radius:15px; word-wrap: break-word;}

.schwarz {background-color: #000;}

@font-face {
font-family: SciFi;
src: url(http://www.meine-erste-homepage.com/scifi.ttf);
}
#schriftarten {
font-family: SciFi;
font-size: 24px;
color: #00F;
}

.sociallink {padding-left: 20px; display: inline-block; vertical-align: middle;}

.sociallink a, .sociallink a:hover, .sociallink a:focus, .sociallink a:visited {text-decoration: none; border: none;}

.formtab {width:500px; padding:2px; background-color:#7ba4c1; font-size: 12px; }

.formtab caption { background-color:#dcf1fe;
text-align:center; 
color:#FFFFFF; 
padding:3px 0 3px 0; } 

.formtab thead th { 
padding:3px 10px; 
background-color:#dcf1fe; 
border:1px solid #6688AA; 
text-align:center; 
color:#4E6C8D; }
 
.formtab td { 
padding:5px 5px; 
background-color:#dcf1fe; 
border:1px solid #6688AA; 
line-height:130%; 
text-align:center; }

.formtab tr { 
padding:5px 5px; 
line-height:130%; 
text-align:center; }

/* 
  ------------------------------------------------
 Styling für den HTML-Teil
  ------------------------------------------------
*/

.box1 {padding:3px 20px; 
background-color:#dcf1fe; 
border:1px solid #6688AA;}

.box2 {padding:3px 20px; 
background-color:#01b0f1; 
border:1px solid #6688AA;}

.box3 {padding:3px 20px; 
background-color:#ffff00; 
border:1px solid #6688AA;}

.box4 {padding:3px 20px; 
background-color:#92d14f; 
border:1px solid #6688AA;}

.box5 {padding:3px 20px; 
background-color:#b1a1c8; 
border:1px solid #6688AA;}

.box6 {padding:3px 20px; 
background-color:#ffc000; 
border:1px solid #6688AA;}

.box7 {padding:3px 20px; 
background-color:#e6b8b8; 
border:1px solid #6688AA;}

.schwarzfett {color:#000000;font-weight:bold;}
.grau {color:#999;font-weight:bold;}
.weinrot {color:#881280;font-weight:bold;}
.braun {color:#994500;font-weight:bold;}
.blau {color:#1a1aa6;font-weight:bold;}
.leuchtendblau {color:#0000ee;font-weight:bold;}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

main {font-size: 110%;
 	line-height: 1.4;}

#c5t_body {
    margin:0 auto;
    width:auto;
    background-color:#FFFFFF;
    text-align:left;
}

#c5t_body a:link,
#c5t_body a:visited,
#c5t_body a:active {
    text-decoration:none;
    color:#74A0FF;
}


#c5t_body a:hover {
    color:#74A0FF;
    text-decoration:underline;
}
#c5t_bodycontent{
    text-align:left;
    font-family:Verdana, sans-serif;
    font-size:100%;
    line-height:140%;
}
.c5t_system {
    padding:10px;
    width:800px;
    margin-bottom:10px;
    border:1px solid #FF0000;
    background-color:#FFF8F8;
}

.c5t_debug {
    padding:10px;
    margin-bottom:10px;
    border:1px solid #0070C0;
    background-color:#ECF0FF;
}


.c5t_comment_form_background {
	padding:8px;
	background-color:#F8F8F8;
	width:auto;
	margin-top:30px;
    border:1px solid #C0C0C0;
}

.c5t_comment_form_table {
    width:100%;
    padding:5px;
	background-color:#FFFFFF;
}

.c5t_comment_form_field input,
.c5t_comment_form_field select,
.c5t_comment_form_field textarea {
    width:auto;
	background-color:#FFFFFF;
    font-size:1em;
}

.c5t_comment_form_label {
    vertical-align:top;
    width:auto;
}

.c5t_comment_list {
    margin-bottom:10px;
}



.c5t_comment_item_background {
	padding:8px;
	background-color:#F8F8F8;
	width:auto;
	margin-top:30px;
    margin-bottom:10px;
    border:1px solid #C0C0C0;
}

.c5t_comment_item {
    padding:5px;
	background-color:#FFFFFF;
	overflow:auto;
}

.c5t_comment_item_details {
    font-size:70%;
}

.c5t_comment_item_text {
    margin-top:10px;
    margin-bottom:10px;
}



.c5t_comment_form_submit input {
    margin-top:20px;
}

.c5t_headline {
    font-size:110%;
}

.c5t_comment_item_title {
	margin:0 0 10px 0;
	font-weight:bold;
}


.c5t_error_message {
	color:#FF5F00;
}

.c5t_error_message_item {
	padding-bottom:10px;
}



.c5t_installation_form {
	margin-bottom:30px;
}

.c5t_installation_form legend {
	font-weight:bold;
}

.c5t_installation_form_label {
	font-weight:bold;
	width:auto;
}

.c5t_frontend_pagination {
	margin:15px 0 15px 0;
}

.c5t_frontend_pagination a {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	color:#0000ff;
}

.c5t_frontend_pagination span {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}

.c5t_frontend_pagination form {
	display:inline;
}
.c5t_frontend_pagination input {
	cursor:pointer;
	border:1px solid #cccccc;
	padding:2px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	color:#0000ff;
	background-color:#FFFFFF;
}


.c5t_link_button {
	margin:15px 0 35px 0;
}

.c5t_link_button a {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}

.c5t_link_button a:hover {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	color:#6898FF;
	background-color:#F4F9FF;
}



