@charset "UTF-8";
/* CSS Document */


.portal-headerbalken-pos
{
	position:fixed;
	top:140px;
	left:0px;
	width:100%;
	z-index:8000;
}

.portal-headerbalken
{
	height:40px!important;
	width:220px!important;
	z-index:12000;
	top:0px;
	display:block;
	position:absolute;
	float:right;
	background:transparent;
	right:240px;
}

.portal-header-text
{
	color:#58585A;
	font-size:15px;
	text-align:right;
	padding-top:7px;
	right:25px;
	position:absolute;
}
.portal-pfeil-unten
{
	position:absolute;
	right:0px;
	padding-top:4px;
}

.imagepfeiloffen
{
	width:18px;
	height:12px;
	
}

.portal-menu-fenster
{
	width:220px;
	height:400px;
	background:#FFFFFF;
	position:absolute;
	right:200px;
	border:2px solid rgba(0 , 0, 0, 0.3);
	top:36px;	
	display:none;
	z-index:120001;
}

.portal-menu-fenster-text
{
	color:rgba(0 , 0, 0, 1);
	font-size:15px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	display:block;
}

.portal-menu-fenster-text:hover
{
	color:#AF0917;
	font-size:15px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	display:block;
}

.fragefensteraussen, .aendernfensteraussen
{
    width:100%;
    height:100%;
    top:0px;
    position:fixed;
    z-index:99988;
    display:none;
    background-color:rgba(0 , 0, 0, 0.8);
}





.fragefenster
{
    margin-top:250px;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
    width:320px;
    height:250px;
    display:block;
    background:#ffffff;
    border:solid 1px rgba(0 , 0 , 0, 1);
    font-color:rgba(0 , 0 , 0, 1);
    z-index:99999;
	font-size:14px;
}

.fragefenster2
{
    margin-top:250px;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
    width:320px;
    height:400px;
    display:block;
    background:#ffffff;
    border:solid 1px rgba(0 , 0 , 0, 1);
    font-color:rgba(0 , 0 , 0, 1);
    z-index:99999;
	font-size:14px;
}


.fragefensterrechts
{
    float:right;
}

#fragefensterinhalt
{
   color:#AF0917;
}


#messages1
{
	color:#000000;
	font-size:17px;
	font-weight:300;
}



.container-6
{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-6
{
	max-width:616px;
}



.form-feld-fehler
{
	background-color:rgba(215, 19, 23, 0.1)!important;
}

.vtop
{
	vertical-align:top;
}

.form-check
{
	font-size: 15px;
	color:rgba(0 , 36 , 68, 1);
	margin-left:0px;
	padding-left:0px;
}



.portal-vorschaubild
{
	width:200px;
	height:200px;
	border:1px solid #dddddd;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.portal-vorschaubild-text
{
	width:200px;
	height:80px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.portal-vorschaubild-img
{
	width:100%;
	height:auto;
}



.portal-text {
	font-weight: 300;
	font-size:12px;
	color:#000000;
}

.portal-tabelle
{
	width:auto;
}

.portal-tabelle .td1
{
	font-weight: 300;
	font-size:15px;
	color:#000000;
}

.portal-tabelle .td2
{
	font-weight: 400;
	font-size:15px;
	color:#000000;
}

.portal-tabelle .td3
{
	width:30px;
	min-height:1px;
	display:block;
}

.pdf-symbol, .zip-symbol
{
	width:50px;
	height:auto;
}

.pdf-symbol-img, .zip-symbol-img
{
	width:100%;
	height:auto;
}

.mittig
{
	margin-left:auto;
	margin-right:auto;
}

.portalprodukt
{
	width:200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
	
.portalprodukt-img
{
	width:100%;
	height:auto;
}


.janeincontainer
{
   width:300px;
   min-height:1px;
   margin-left:auto;
   margin-right:auto;
   margin-top:30px;
}



.neinbutton
{
   padding: 10px 0px;
   border: 1px solid #d71317;
   color: #d71317;
   display:block;    
   font-size: 18px;
   border-radius: 50px; 
   transition: all .5s;
   text-align:center;
   margin-left:10px;
   margin-right:10px;
   width:120px;
   float:left;
}



.neinbutton:hover
{
   background: #d71317;
   color: #FEFEFE;
}

.neinbutton-bg
{
 background: #d71317;
 color: #FEFEFE;
}

.neinbutton-bg:hover
{
   background: transparent !important;
   color: #d71317!important;
}


.jabutton
{
   padding: 10px 0px;
   border: 1px solid #1b7820;
   color: #1b7820;
   display:block;    
   font-size: 18px;
   border-radius: 50px; 
   transition: all .5s;
   text-align:center;
   margin-left:10px;
   margin-right:10px;
   width:120px;
   float:left;

}



.jabutton:hover
{
   background: #1b7820;
   color: #FEFEFE;
}

.jabutton-bg
{
 background: #1b7820;
 color: #FEFEFE;
}

.jabutton-bg:hover
{
   background: transparent !important;
   color: #1b7820!important;
}



@media (max-width: 1023px) 
{
	.portal-headerbalken
	{
		top:20px;
		right:70px;
	}
	
	.portal-menu-fenster
	{
		right:0px;
		top:60px;	
	}
	
	
}
@media (max-width: 575px) 
{
    
	.container-6
	{
		max-width:100%;
	}
	
	.fragefenster2
	{
    	margin-top:100px;
	}
	
	.fragefenster
	{
    	margin-top:150px;
	}
	
}

