@charset "utf-8";
@import url("../webfonts/Oswald_VariableFont_wght/stylesheet.css");
@import url("../webfonts/Lato_Regular/stylesheet.css");





.sitelogo {
    width:300px;
    height: auto;
}
.navbar-brand  {
    font-style: normal;
    font-size: 25px;
    font-weight: 400;
    font-family: "Oswald VariableFont wght";
    color: black!important;

}
.german-flag{
    width: 100px;
    height:auto;
}
.nav-link {
    font-family: "Oswald VariableFont wght";
    margin-bottom: 10px;
}
.nav-link:hover {text-decoration: underline;}
.btn-outline-success    {
    background-color: rgba(255,255,255,1.00);
    color:rgba(222,6,46,1.00);
    font-family: "Oswald VariableFont wght";
    border-color: rgba(222,6,46,1.00);
    border-radius:8px;
}
.btn.collapse1 {
    color: black !important;
    font-family: "Oswald VariableFont wght";
}

.btn-outline-success:hover    {
    background-color: rgba(1,8,25,1.00);
    color: rgba(255,0,4,1.00);
    font-family: "Oswald VariableFont wght";
    border-color: rgba(0,13,45,1.00);
}
.form-control  {
    width: 300px;
    font-family: "Oswald VariableFont wght";
}
.dropdown-item {
    font-family: "Oswald VariableFont wght";
    color: rgba(255,255,255,1.00);
}
.dropdown-menu {
    background-color: rgba(255, 186, 58, 0.63);
}
.maincontainer {
    background-color: rgba(1,8,25,1.00);
    min-height: 800px;
}
main {
    background-color: white;
    min-height: 1500px;

}
	
body {
    background-color: black;
}

.students{
    background-color:rgba(206, 29, 29, 0.945);
}	


footer {
    background-color: rgba(206, 29, 29, 0.945);
    
}
footer h1 {
    color: rgba(255,255,255,1.00);
    font-family: "Oswald VariableFont wght";
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
    padding-top: 20px;
}

.row.footer1 {
    padding-left: 10%;
}
.limitedfooter {
    width: calc(100% - 30%);
    padding-left: 27%;
}
.row.footer2 {
    padding-left: 20%;
    padding-top: 20px;
}
.row.footer3 {
    padding-left: 47%;
    padding-top: 50px;
}
.row.footer4 {
    padding-top: 10px;
    padding-left: 20%;
}
.row.footer5 {
    color: rgba(255,251,251,1.00);
    font-family: "Oswald VariableFont wght";
    padding-top: 50px;
    text-align: center;
    height: 50px;
}
.row.footer5 .col-md-6 a {
    padding-right: 50px;
}
.card.card-body form .btn.confirmEmail {
    background-color: rgba(0,0,0,1.00);
    color: rgba(222,6,46,1.00);
    font-family: "Oswald VariableFont wght";
}
#exampleInputEmail1 {
    font-family: "Oswald VariableFont wght";
    background-color: rgba(255,255,255,1.00);
}
#exampleInputPassword1 {
    font-family: "Oswald VariableFont wght";
}
.form-group {
    background-color: rgba(0,14,46,1.00);
    font-family: "Oswald VariableFont wght";
    color: rgba(255,255,255,1.00);
}
.card.card-body {
    background-color: rgba(0,14,46,1.00);
}
.carousel-item {
    font-family: "Oswald VariableFont wght";
    color: rgba(255,255,255,1.00);
    text-align: left;
}
.carousel-item img {
    opacity: 0.77;
}

figcaption {
    color: rgba(255,255,255,1.00);
    font-family: "Oswald VariableFont wght";
    text-align: center;
    margin-top: -40px;
    z-index: -1;
}
main .row .col-md-6 figure img:hover {
    opacity: 0.53;
}



.row .col-md-2 {
	color: white;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding-left: 30px;
	padding-top: 10px;
}
.row {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    
    
}

.col-md-3 .needs-validation .form-row {
    margin-bottom: 0px;
    margin-top: 0px;
}
.col-md-3 .needs-validation .form-group {
    margin-bottom: 0px;
}
.col-md-3 .needs-validation .form-row {
    margin-left: 0px;
    margin-right: 0px;
}
.form-row .col-md-6.mb-1 label {
    color: #FFFFFF;
}
.form-row .col-md-3.mb-1 label {
    color: #FFFFFF;
}
.needs-validation .form-row .col-md-3.mb-1 {
    text-align: justify;
    margin-left: 105px;
}
.col-md-3 .needs-validation .btn.btn-primary.mb-1 {
    margin-left: 85px;
}
.form-row .col-md-3.mb-1 label {
    text-align: center;
    text-decoration: none;
    margin-left: 15px;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');

*, body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    height: 100%;
    background-color: #152733;
    
}


.form-holder {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 100vh;
}

.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px;
}

.form-content .form-items {
    border: 3px solid #fff;
    padding: 40px;
    display: inline-block;
    width: 100%;
    min-width: 540px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color:rgb(230, 163, 19);
}

.form-content h3 {
    color: #fff;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-content h3.form-title {
    margin-bottom: 30px;
}

.form-content p {
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
}


.form-content label, .was-validated .form-check-input:invalid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
    color: #fff;
}

.form-content input[type=text], .form-content input[type=password], .form-content input[type=email], .form-content select {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 16px;
}


.btn-primary{
    background-color: #6C757D;
    outline: none;
    border: 0px;
     box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #495056;
    outline: none !important;
    border: none !important;
     box-shadow: none;
}

.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    outline: none;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px;
}

.form-content textarea:hover, .form-content textarea:focus {
    border: 0;
    background-color: #ebeff8;
    color: #8D8D8D;
}

.mv-up{
    margin-top: -9px !important;
    margin-bottom: 8px !important;
}

.invalid-feedback{
    color: #ff606e;
}

.valid-feedback{
   color: #2acc80;
}
#row-form{
    background-image:url("../images/brandenburg-gate-berlin-germany-city-night.jpeg");
    background-repeat:round;
}