/* rubik-300 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/rubik-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/rubik-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v12-latin-300.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/rubik-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v12-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-600 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/rubik-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/rubik-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v12-latin-600.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-800 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/rubik-v12-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/rubik-v12-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v12-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v12-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v12-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v12-latin-800.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-900 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/rubik-v12-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/rubik-v12-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v12-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v12-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v12-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v12-latin-900.svg#Rubik') format('svg'); /* Legacy iOS */
}
*
	{
	font-family: Rubik;
	color:#000000;
	font-size:12px;
	margin:0;
	padding:0;
	}

.input1
	{
	border:0;
	width:364px;
	height:50px;
	background-image:url(./bilder/login_feld1.png);
	background-color:transparent;
	padding-left:18px;
	}

.input2
	{
	border:0;
	width:385px;
	height:45px;
	background-image:url(./bilder/vertriebspartner_feld1.png);
	background-color:transparent;
	padding-left:18px;
	}

.input3
	{
	border:0;
	width:518px;
	height:60px;
	background-image:url(./bilder/maklerdaten_feld1.png);
	background-color:transparent;
	padding-left:18px;
	}

.input4
	{
	border:0;
	width:128px;
	height:55px;
	background-image:url(./bilder/maklerdaten_feld2.png);
	background-color:transparent;
	padding-left:18px;
	}

.input5
	{
	border:0;
	width:226px;
	height:55px;
	background-image:url(./bilder/maklerdaten_feld3.png);
	background-color:transparent;
	padding-left:18px;
	}

.input6
	{
	border:0;
	width:164px;
	height:55px;
	background-image:url(./bilder/maklerdaten_feld4.png);
	background-color:transparent;
	padding-left:18px;
	}

.input7
	{
	border:0;
	width:348px;
	height:55px;
	background-image:url(./bilder/maklerdaten_feld5.png);
	background-color:transparent;
	padding-left:18px;
	}

.suchfeld
	{
	border:0;
	width:309px;
	height:39px;
	background-image:url(./bilder/kuenduebersicht_feld.png);
	background-color:transparent;
	padding-left:18px;
	}

.textarea1
	{
	border:0;
	width:385px;
	height:200px;
	background-image:url(./bilder/kaontaktformular_feld2.png);
	background-color:transparent;
	padding-left:18px;	
	padding-right:18px;
	padding-top:20px;
	}


    h1 {
        color: orange;
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        margin: 30px 0 0;
    }
    
    .inputnew {
        background-color: white;
        border-radius: 22px;
        padding: 10px 30px;
        color: black;
        font-size: 14px; 
        text-decoration: none;
        border: 1px solid #b8b8b8;
        margin-bottom: 20px;
    
    }
.inputnewdate {
        background-color: white;
        border-radius: 12px;
        padding: 8px 18px;
        color: black;
        font-size: 14px; 
        text-decoration: none;
        border: 1px solid #b8b8b8;
        margin-bottom: 20px;
    
    }
.inputnewd {
        background-color: white;
        border-radius: 22px;
        padding: 10px 30px;
        color: white;
        font-size: 18px; 
        text-decoration: none;
        border: 1px solid #FFFFFF;
        margin-bottom: 20px;
    
    }
    .inputnewtextarea {
        background-color: white;
        border-radius: 12px;
        padding: 10px 30px;
        color: black;
        font-size: 14px; 
        text-decoration: none;
        border: 1px solid #b8b8b8;
        width: 600px;
        margin-bottom: 20px;
    
    }
    input.submit {
        background-color: orange;
        border-radius: 10px;
        padding: 10px 30px;
        color: white;
        font-size: 14px; 
        text-decoration: none;
        border: none;
        margin-bottom: 20px;
    }
    
    input[type="text"], 
    input[type="password"] {
        width: 100%;
        height: 30px;
        padding: 3px 5px;
        margin-bottom: 15px;
        border-radius: 6px;
        border: 1px solid #b8b8b8
        

}
input.suchen {
        background-color: orange;
        border-radius: 10px;
        padding: 8px 20px;
        color: white;
        font-size: 14px; 
        text-decoration: none;
        border: none;
        margin-bottom: 20px;
    }

table caption {
        font-size: 26px;
        color: orange;
    }

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
height: 30px;
padding-top: 10px;
}

