body {
    margin: 0px;
    font-family: Raleway, "Open Sans", Tahoma, Verdana, "sans-serif";
}

strong{
    font-weight: 900;
}

a {
    text-decoration: none;
    /* white-space: nowrap; */
}

.bigwrapper{
    font-weight:800;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: center;
}
h1{
    font-size: 80px;
}

h2{
    font-size: 36px;
}
h3{
    font-size: 28px;
}
.wrap{
    padding: 20px 50px 20px 50px;
}
.row_wrap{
    display:flex;
    flex-wrap:wrap;
    margin:0px;
}

.row_wrap > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 500px;
  }


  @media all and (max-width:1000px) {
    .wrap {
        padding:20px;
    }
}


.full{
    margin:0;
}
footer {
    text-align: center;
    margin:0px;
}
.right1{
    background-image: url(uploads/moonie.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    background-position: center;
}
.left2{
    background-image: url(uploads/pult.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    background-position: center;
}
.left3{
    background-image: url(uploads/pool.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    background-position: center;
}


/* 
@media all and (min-width:600px) {
    .lefttext, .righttext {
        flex: 1;
    }
}
 */

/* BETTER DO NOT DELETE CODE BELOW HERE */

/* CMS functions */
textarea {
    width: 400px;
    height: 300px;
}

div.wrap img {
    max-width: 100%;
}

.editform{
    position: fixed;
    top: 38px;
    left: 0px;
    background-color: #f7f7f7;
    padding: 10px;
    border: 1px solid black;
}

.anchor {
    margin: 0px;
    padding: 0px;
}

hr {
    border: 1px solid;
}

ul, ol {
  display: inline-block;
  text-align: left;
}

.fixed_bar{
    position: fixed;
}

.cms_bar,
.cms_link {
    background: #f7f7f7;
    color: black;
    font-family: "Open Sans", Tahoma, "sans-serif";
    padding: 2px;
    line-height: initial;
    margin-bottom: 0px;
    text-decoration: none;
    display: flex;
}

.hidden_editlink, .hidden_backuplink {
    right: 0px;
    top: 0px;
    position: absolute;
    height: 20px;
    width: 20px;
}


.backup_warning{
    position: fixed;
    right: 0px;
    top: 0px;
    background-color: greenyellow;
    padding: 10px;
    font-weight: bold;
    color: black;
}

/* Change color of edit-icon here */
.edit_icon:before {
    content:"\f14b";
	font-family: FontAwesome;
    font-size: 30px;	
    color:green;
}

/* auto-icons for pdf, zip, instagram, tel: and mailto: links */

a::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

a[href^="tel:"]::before {
    content:"\f095";
	font-family: FontAwesome;
    font: var(--fa-font-solid);
    margin-right: 6px;
}


a[href^="mailto:"]::before {
    content:"\f0e0";
	font-family: 'Font Awesome 5 Free';
    font: var(--fa-font-regular);
    margin-right: 6px;
}

a[href^="http://"]::before,
a[href^="https://"]::before
 {
    content:"\f35d";
	font-family: FontAwesome;
    margin-right: 6px;
}

a[href*="instagram.com"]::before {
    content:"\f16d";
	font-family: FontAwesome;
    margin-right: 6px;
}


.wrap a[href$=".pdf"]::before {
    content:"\f15c";
	font-family: FontAwesome;
    font: var(--fa-font-regular);
    margin-right: 6px;
}

.wrap a[href$=".zip"]::before {
    content:"\f1c6";
	font-family: FontAwesome;
    font-weight: normal;
    margin-right: 6px;
}


/* für help.php */

div.helptext {
    padding: 20px;
}


/* für upload.php */

.uploadwrap {
    padding-left: 20px;
    padding-top: 40px;
    line-height: 30px;
}
.cms_bar>a {
    font-weight: normal;
}

a.fileinuse {
    color: firebrick !important;
}

.message {
    color: black;
    background-color: orange;
    padding: 6px;
}

.uploadwrap h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.uploadwrap h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin-bottom: 0px;
}

.uploadwrap a {
    color: #393;
    text-decoration: none;
    font-weight: bold;
}

button {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    padding: 0px 5px;
    background-color: #ccc;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid black;
}

.small-button {
    padding: 3px 6px;
    font-size: 14px;
}

input[type="file"],
input[type="submit"] {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    background-color: #ccc;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.alert {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
}

.alert-success {
    background-color: #dff0d8;
    color: #3c763d;
}

.alert-error {
    background-color: #f2dede;
    color: #a94442;
}

.upload-list {
    margin-top: 20px;
}

.upload-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upload-list li a {
    flex-grow: 1;
    margin-right: 10px;
}

.copy-message {
    display: inline-block;
    margin-left: 10px;
    color: green;
    font-size: 13px;
}

/* fÃ¼r backup.php */


body.backupbody {
    margin: 30px;
}
body.backupbody .wrapper {
    padding:0px;
}

.backupbody ul li::before {
    content:"\f061";
	font-family: FontAwesome;
    font: var(--fa-font-solid);
    top: 6px;
    left: 0;
  }

.backupbody li a.backuplink {  
  font-weight: bold;
    text-decoration: none;
    color:black;
}

.backupcomment{
    display: inline-block;
    outline: transparent 0px solid;
}

.feedback{
    display: inline-block;
    color: mediumseagreen;
    font-style: italic;
    margin-left: 20px;
}